Html Css Color HEX #CC4E42 Dark Coral

📋 copy color: '#CC4E42'

red 204 ◦ green 78 ◦ blue 66

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

Shades of Dark Coral #CC4E42

Tints of Dark Coral #CC4E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.41%

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

R = 58.62%
G = 22.41%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC4E42 (or 0xCC4E42) is known color: Dark Coral. HEX triplet: CC, 4E and 42. RGB value is (204,78,66). Sum of RGB (Red+Green+Blue) = 204+78+66=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E42 is #33B1BD. Grayscale: #727272. Windows color (decimal): -3387838 or 4345548. OLE color: 4345548.

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

Color convert

RGB 204 78 66 -
CMYK 0 0.62 0.68 0.2
HSL 5.22º 0.58% 0.53% -
HSV(B) 5.22º 0.68% 0.8% -
XYZ 28.61 18.68 7.25 -
YUV 114.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 204 78 66 0 0.62 0.68 0.2 5.22 0.58 0.53
Hex CC 4E 42 0 3E 44 14 5 3A 35
Octal 314 116 102 0 76 104 24 5 72 65
Binary 11001100 1001110 1000010 0 111110 1000100 10100 101 111010 110101

Color Harmonies of #CC4E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E42

Black with #CC4E42

Text Example


Text Example

White with #CC4E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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