Html Css Color HEX #CC5640 Dark Coral

📋 copy color: '#CC5640'

red 204 ◦ green 86 ◦ blue 64

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

Shades of Dark Coral #CC5640

Tints of Dark Coral #CC5640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.29%

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

R = 57.63%
G = 24.29%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC5640 (or 0xCC5640) is known color: Dark Coral. HEX triplet: CC, 56 and 40. RGB value is (204,86,64). Sum of RGB (Red+Green+Blue) = 204+86+64=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5640 is #33A9BF. Grayscale: #767676. Windows color (decimal): -3385792 or 4216524. OLE color: 4216524.

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

Color convert

RGB 204 86 64 -
CMYK 0 0.58 0.69 0.2
HSL 9.43º 0.58% 0.53% -
HSV(B) 9.43º 0.69% 0.8% -
XYZ 29.16 19.86 7.15 -
YUV 118.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 204 86 64 0 0.58 0.69 0.2 9.43 0.58 0.53
Hex CC 56 40 0 3A 45 14 9 3A 35
Octal 314 126 100 0 72 105 24 11 72 65
Binary 11001100 1010110 1000000 0 111010 1000101 10100 1001 111010 110101

Color Harmonies of #CC5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5640

Black with #CC5640

Text Example


Text Example

White with #CC5640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5640; }

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

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

background-color css

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

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

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

border-color css

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

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

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