#CD554B

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

Shades of Valencia #CD554B

Tints of Valencia #CD554B

Color information

#CD554B (or 0xCD554B) is unknown color: approx Valencia. HEX triplet: CD, 55 and 4B. RGB value is (205,85,75). Sum of RGB (Red+Green+Blue) = 205+85+75=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD554B is #32AAB4. Grayscale: #777777. Windows color (decimal): -3320501 or 4937165. OLE color: 4937165.

HSL color Cylindrical-coordinate representation of color #CD554B: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD554B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB2058575-
CMYK00.590.630.20
HSL4.62º56.52%54.9%-
HSV(B)4.62º63.41%80.39%-
XYZ29.719.988.95-
YUV119.74102.76188.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.16%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=56.16%
G=23.29%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205857500.590.630.204.6256.5254.9
HexCD554B03B3F1453937
Octal315125113073772457167
Binary1100110110101011001011011101111111110100101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD554B; }

 p { color: rgb(205,85,75); }

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

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

 a { background-color: rgb(205,85,75); }

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

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

 span { border-color: rgb(205,85,75); }

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