Html Css Color HEX #CC5D42 Dark Coral

📋 copy color: '#CC5D42'

red 204 ◦ green 93 ◦ blue 66

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

Shades of Dark Coral #CC5D42

Tints of Dark Coral #CC5D42

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 56.2%
G = 25.62%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC5D42 (or 0xCC5D42) is known color: Dark Coral. HEX triplet: CC, 5D and 42. RGB value is (204,93,66). Sum of RGB (Red+Green+Blue) = 204+93+66=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D42 is #33A2BD. Grayscale: #7B7B7B. Windows color (decimal): -3383998 or 4349388. OLE color: 4349388.

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

Color convert

RGB 204 93 66 -
CMYK 0 0.54 0.68 0.2
HSL 11.74º 0.58% 0.53% -
HSV(B) 11.74º 0.68% 0.8% -
XYZ 29.8 21.06 7.65 -
YUV 123.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 204 93 66 0 0.54 0.68 0.2 11.74 0.58 0.53
Hex CC 5D 42 0 36 44 14 C 3A 35
Octal 314 135 102 0 66 104 24 14 72 65
Binary 11001100 1011101 1000010 0 110110 1000100 10100 1100 111010 110101

Color Harmonies of #CC5D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D42

Black with #CC5D42

Text Example


Text Example

White with #CC5D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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