Html Css Color HEX #CC5840 Dark Coral

📋 copy color: '#CC5840'

red 204 ◦ green 88 ◦ blue 64

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

Shades of Dark Coral #CC5840

Tints of Dark Coral #CC5840

RGB

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

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

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

R = 57.3%
G = 24.72%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC5840 (or 0xCC5840) is known color: Dark Coral. HEX triplet: CC, 58 and 40. RGB value is (204,88,64). Sum of RGB (Red+Green+Blue) = 204+88+64=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5840 is #33A7BF. Grayscale: #787878. Windows color (decimal): -3385280 or 4217036. OLE color: 4217036.

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

Color convert

RGB 204 88 64 -
CMYK 0 0.57 0.69 0.2
HSL 10.29º 0.58% 0.53% -
HSV(B) 10.29º 0.69% 0.8% -
XYZ 29.32 20.19 7.2 -
YUV 119.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 204 88 64 0 0.57 0.69 0.2 10.29 0.58 0.53
Hex CC 58 40 0 39 45 14 A 3A 35
Octal 314 130 100 0 71 105 24 12 72 65
Binary 11001100 1011000 1000000 0 111001 1000101 10100 1010 111010 110101

Color Harmonies of #CC5840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5840

Black with #CC5840

Text Example


Text Example

White with #CC5840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5840; }

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

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

background-color css

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

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

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

border-color css

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

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

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