#CC5F44

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

Shades of Dark Coral #CC5F44

Tints of Dark Coral #CC5F44

Color information

#CC5F44 (or 0xCC5F44) is unknown color: approx Dark Coral. HEX triplet: CC, 5F and 44. RGB value is (204,95,68). Sum of RGB (Red+Green+Blue) = 204+95+68=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F44 is #33A0BB. Grayscale: #7C7C7C. Windows color (decimal): -3383484 or 4480972. OLE color: 4480972.

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

Color convert

RGB2049568-
CMYK00.530.670.2
HSL11.91º57.14%53.33%-
HSV(B)11.91º66.67%80%-
XYZ30.0421.448.02-
YUV124.5196.11184.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.59%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=55.59%
G=25.89%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204956800.530.670.211.9157.1453.33
HexCC5F440354314c3935
Octal31413710406510324147165
Binary110011001011111100010001101011000011101001100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F44; }

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

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

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

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

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

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

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

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