Html Css Color HEX #CC5841 Dark Coral

📋 copy color: '#CC5841'

red 204 ◦ green 88 ◦ blue 65

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

Shades of Dark Coral #CC5841

Tints of Dark Coral #CC5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 57.14%
G = 24.65%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC5841 (or 0xCC5841) is known color: Dark Coral. HEX triplet: CC, 58 and 41. RGB value is (204,88,65). Sum of RGB (Red+Green+Blue) = 204+88+65=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5841 is #33A7BE. Grayscale: #787878. Windows color (decimal): -3385279 or 4282572. OLE color: 4282572.

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

Color convert

RGB 204 88 65 -
CMYK 0 0.57 0.68 0.2
HSL 9.93º 0.58% 0.53% -
HSV(B) 9.93º 0.68% 0.8% -
XYZ 29.35 20.2 7.35 -
YUV 120.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 204 88 65 0 0.57 0.68 0.2 9.93 0.58 0.53
Hex CC 58 41 0 39 44 14 A 3A 35
Octal 314 130 101 0 71 104 24 12 72 65
Binary 11001100 1011000 1000001 0 111001 1000100 10100 1010 111010 110101

Color Harmonies of #CC5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5841

Black with #CC5841

Text Example


Text Example

White with #CC5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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