#CC5F4A

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

Shades of Dark Coral #CC5F4A

Tints of Dark Coral #CC5F4A

Color information

#CC5F4A (or 0xCC5F4A) is unknown color: approx Dark Coral. HEX triplet: CC, 5F and 4A. RGB value is (204,95,74). Sum of RGB (Red+Green+Blue) = 204+95+74=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F4A is #33A0B5. Grayscale: #7D7D7D. Windows color (decimal): -3383478 or 4874188. OLE color: 4874188.

HSL color Cylindrical-coordinate representation of color #CC5F4A: hue angle of 9.69º 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 #CC5F4A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB2049574-
CMYK00.530.640.2
HSL9.69º56.03%54.51%-
HSV(B)9.69º63.73%80%-
XYZ30.2321.529.04-
YUV125.299.11184.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.69%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=54.69%
G=25.47%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204957400.530.640.29.6956.0354.51
HexCC5F4A0354014a3837
Octal31413711206510024127067
Binary110011001011111100101001101011000000101001010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F4A; }

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

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

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

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

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

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

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

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