#CC584C

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

Shades of Valencia #CC584C

Tints of Valencia #CC584C

Color information

#CC584C (or 0xCC584C) is unknown color: approx Valencia. HEX triplet: CC, 58 and 4C. RGB value is (204,88,76). Sum of RGB (Red+Green+Blue) = 204+88+76=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC584C is #33A7B3. Grayscale: #797979. Windows color (decimal): -3385268 or 5003468. OLE color: 5003468.

HSL color Cylindrical-coordinate representation of color #CC584C: hue angle of 5.63º degrees, saturation: 0.56, 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 #CC584C is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB2048876-
CMYK00.570.630.2
HSL5.63º55.65%54.9%-
HSV(B)5.63º62.75%80%-
XYZ29.720.349.2-
YUV121.32102.43186.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=55.43%
G=23.91%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204887600.570.630.25.6355.6554.9
HexCC584C0393F1463837
Octal314130114071772467067
Binary1100110010110001001100011100111111110100110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC584C; }

 p { color: rgb(204,88,76); }

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

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

 a { background-color: rgb(204,88,76); }

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

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

 span { border-color: rgb(204,88,76); }

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