Html Css Color HEX #CC5940 Dark Coral

📋 copy color: '#CC5940'

red 204 ◦ green 89 ◦ blue 64

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

Shades of Dark Coral #CC5940

Tints of Dark Coral #CC5940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

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

R = 57.14%
G = 24.93%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC5940 (or 0xCC5940) is known color: Dark Coral. HEX triplet: CC, 59 and 40. RGB value is (204,89,64). Sum of RGB (Red+Green+Blue) = 204+89+64=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5940 is #33A6BF. Grayscale: #787878. Windows color (decimal): -3385024 or 4217292. OLE color: 4217292.

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

Color convert

RGB 204 89 64 -
CMYK 0 0.56 0.69 0.2
HSL 10.71º 0.58% 0.53% -
HSV(B) 10.71º 0.69% 0.8% -
XYZ 29.4 20.35 7.23 -
YUV 120.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 204 89 64 0 0.56 0.69 0.2 10.71 0.58 0.53
Hex CC 59 40 0 38 45 14 B 3A 35
Octal 314 131 100 0 70 105 24 13 72 65
Binary 11001100 1011001 1000000 0 111000 1000101 10100 1011 111010 110101

Color Harmonies of #CC5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5940

Black with #CC5940

Text Example


Text Example

White with #CC5940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5940; }

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

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

background-color css

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

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

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

border-color css

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

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

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