Html Css Color HEX #CC4E40 Dark Coral

📋 copy color: '#CC4E40'

red 204 ◦ green 78 ◦ blue 64

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

Shades of Dark Coral #CC4E40

Tints of Dark Coral #CC4E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 58.96%
G = 22.54%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC4E40 (or 0xCC4E40) is known color: Dark Coral. HEX triplet: CC, 4E and 40. RGB value is (204,78,64). Sum of RGB (Red+Green+Blue) = 204+78+64=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E40 is #33B1BF. Grayscale: #727272. Windows color (decimal): -3387840 or 4214476. OLE color: 4214476.

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

Color convert

RGB 204 78 64 -
CMYK 0 0.62 0.69 0.2
HSL 0.58% 0.53% -
HSV(B) 0.69% 0.8% -
XYZ 28.55 18.66 6.95 -
YUV 114.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 204 78 64 0 0.62 0.69 0.2 6 0.58 0.53
Hex CC 4E 40 0 3E 45 14 6 3A 35
Octal 314 116 100 0 76 105 24 6 72 65
Binary 11001100 1001110 1000000 0 111110 1000101 10100 110 111010 110101

Color Harmonies of #CC4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E40

Black with #CC4E40

Text Example


Text Example

White with #CC4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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