#CC574A

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

Shades of Dark Coral #CC574A

Tints of Dark Coral #CC574A

Color information

#CC574A (or 0xCC574A) is unknown color: approx Dark Coral. HEX triplet: CC, 57 and 4A. RGB value is (204,87,74). Sum of RGB (Red+Green+Blue) = 204+87+74=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC574A is #33A8B5. Grayscale: #787878. Windows color (decimal): -3385526 or 4872140. OLE color: 4872140.

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

Color convert

RGB2048774-
CMYK00.570.640.2
HSL56.03%54.51%-
HSV(B)63.73%80%-
XYZ29.5520.158.81-
YUV120.5101.76187.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=55.89%
G=23.84%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204877400.570.640.2656.0354.51
HexCC574A039401463837
Octal3141271120711002467067
Binary11001100101011110010100111001100000010100110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC574A; }

 p { color: rgb(204,87,74); }

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

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

 a { background-color: rgb(204,87,74); }

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

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

 span { border-color: rgb(204,87,74); }

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