Html Css Color HEX #CC5F40 Dark Coral

📋 copy color: '#CC5F40'

red 204 ◦ green 95 ◦ blue 64

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

Shades of Dark Coral #CC5F40

Tints of Dark Coral #CC5F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

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

R = 56.2%
G = 26.17%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC5F40 (or 0xCC5F40) is known color: Dark Coral. HEX triplet: CC, 5F and 40. RGB value is (204,95,64). Sum of RGB (Red+Green+Blue) = 204+95+64=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F40 is #33A0BF. Grayscale: #7C7C7C. Windows color (decimal): -3383488 or 4218828. OLE color: 4218828.

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

Color convert

RGB 204 95 64 -
CMYK 0 0.53 0.69 0.2
HSL 13.29º 0.58% 0.53% -
HSV(B) 13.29º 0.69% 0.8% -
XYZ 29.92 21.39 7.4 -
YUV 124.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 204 95 64 0 0.53 0.69 0.2 13.29 0.58 0.53
Hex CC 5F 40 0 35 45 14 D 3A 35
Octal 314 137 100 0 65 105 24 15 72 65
Binary 11001100 1011111 1000000 0 110101 1000101 10100 1101 111010 110101

Color Harmonies of #CC5F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F40

Black with #CC5F40

Text Example


Text Example

White with #CC5F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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