#CD574F

Color #CD574F Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #CD574F

Tints of Valencia #CD574F

Color information

#CD574F (or 0xCD574F) is unknown color: approx Valencia. HEX triplet: CD, 57 and 4F. RGB value is (205,87,79). Sum of RGB (Red+Green+Blue) = 205+87+79=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD574F is #32A8B0. Grayscale: #797979. Windows color (decimal): -3319985 or 5199821. OLE color: 5199821.

HSL color Cylindrical-coordinate representation of color #CD574F: hue angle of 3.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD574F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2058779-
CMYK00.580.610.20
HSL3.81º55.75%55.69%-
HSV(B)3.81º61.46%80.39%-
XYZ3020.369.75-
YUV121.37104.09187.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 55.26%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=55.26%
G=23.45%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205877900.580.610.203.8155.7555.69
HexCD574F03A3D1443838
Octal315127117072752447070
Binary1100110110101111001111011101011110110100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD574F; }

 p { color: rgb(205,87,79); }

 H1.HeaderClassName
 {
   color: #CD574F;
 }
 .AnyTagClassName
 {
   color: #CD574F;
 }
</style>
background-color css

<style>
 a { background-color: #CD574F; }

 a { background-color: rgb(205,87,79); }

 div.DivClassName
 {
   background-color: #CD574F;
 }
 .BgClassName
 {
   background-color: #CD574F;
 }
</style>
border-color css

<style>
 span { border-color: #CD574F; }

 span { border-color: rgb(205,87,79); }

 td.TdClassName
 {
   border-color: #CD574F;
 }
 .TagClassName
 {
   border-color: #CD574F;
 }
</style>