Html Css Color HEX #CC5941 Dark Coral

📋 copy color: '#CC5941'

red 204 ◦ green 89 ◦ blue 65

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

Shades of Dark Coral #CC5941

Tints of Dark Coral #CC5941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 56.98%
G = 24.86%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC5941 (or 0xCC5941) is known color: Dark Coral. HEX triplet: CC, 59 and 41. RGB value is (204,89,65). Sum of RGB (Red+Green+Blue) = 204+89+65=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5941 is #33A6BE. Grayscale: #787878. Windows color (decimal): -3385023 or 4282828. OLE color: 4282828.

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

Color convert

RGB 204 89 65 -
CMYK 0 0.56 0.68 0.2
HSL 10.36º 0.58% 0.53% -
HSV(B) 10.36º 0.68% 0.8% -
XYZ 29.43 20.36 7.38 -
YUV 120.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 204 89 65 0 0.56 0.68 0.2 10.36 0.58 0.53
Hex CC 59 41 0 38 44 14 A 3A 35
Octal 314 131 101 0 70 104 24 12 72 65
Binary 11001100 1011001 1000001 0 111000 1000100 10100 1010 111010 110101

Color Harmonies of #CC5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5941

Black with #CC5941

Text Example


Text Example

White with #CC5941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5941; }

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

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

background-color css

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

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

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

border-color css

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

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

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