Html Css Color HEX #CC5042 Dark Coral

📋 copy color: '#CC5042'

red 204 ◦ green 80 ◦ blue 66

#CC5042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #CC5042

Tints of Dark Coral #CC5042

RGB

 RED value IS 204 (80.08% from 255) = 58.29%

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 58.29%
G = 22.86%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC5042 (or 0xCC5042) is known color: Dark Coral. HEX triplet: CC, 50 and 42. RGB value is (204,80,66). Sum of RGB (Red+Green+Blue) = 204+80+66=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5042 is #33AFBD. Grayscale: #737373. Windows color (decimal): -3387326 or 4346060. OLE color: 4346060.

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

Color convert

RGB 204 80 66 -
CMYK 0 0.61 0.68 0.2
HSL 6.09º 0.58% 0.53% -
HSV(B) 6.09º 0.68% 0.8% -
XYZ 28.75 18.97 7.3 -
YUV 115.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 204 80 66 0 0.61 0.68 0.2 6.09 0.58 0.53
Hex CC 50 42 0 3D 44 14 6 3A 35
Octal 314 120 102 0 75 104 24 6 72 65
Binary 11001100 1010000 1000010 0 111101 1000100 10100 110 111010 110101

Color Harmonies of #CC5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5042

Black with #CC5042

Text Example


Text Example

White with #CC5042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5042; }

 p { color: rgb(204,80,66); }

 H1.HeaderClassName
 {
   color: #CC5042;
 }
 .AnyTagClassName
 {
   color: #CC5042;
 }
</style>

background-color css

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

 a { background-color: rgb(204,80,66); }

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

border-color css

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

 span { border-color: rgb(204,80,66); }

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