Html Css Color HEX #CC5B40 Dark Coral

📋 copy color: '#CC5B40'

red 204 ◦ green 91 ◦ blue 64

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

Shades of Dark Coral #CC5B40

Tints of Dark Coral #CC5B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.35%

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

R = 56.82%
G = 25.35%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC5B40 (or 0xCC5B40) is known color: Dark Coral. HEX triplet: CC, 5B and 40. RGB value is (204,91,64). Sum of RGB (Red+Green+Blue) = 204+91+64=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B40 is #33A4BF. Grayscale: #797979. Windows color (decimal): -3384512 or 4217804. OLE color: 4217804.

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

Color convert

RGB 204 91 64 -
CMYK 0 0.55 0.69 0.2
HSL 11.57º 0.58% 0.53% -
HSV(B) 11.57º 0.69% 0.8% -
XYZ 29.57 20.69 7.29 -
YUV 121.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 204 91 64 0 0.55 0.69 0.2 11.57 0.58 0.53
Hex CC 5B 40 0 37 45 14 C 3A 35
Octal 314 133 100 0 67 105 24 14 72 65
Binary 11001100 1011011 1000000 0 110111 1000101 10100 1100 111010 110101

Color Harmonies of #CC5B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B40

Black with #CC5B40

Text Example


Text Example

White with #CC5B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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