Html Css Color HEX #CC5240 Dark Coral

📋 copy color: '#CC5240'

red 204 ◦ green 82 ◦ blue 64

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

Shades of Dark Coral #CC5240

Tints of Dark Coral #CC5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

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

R = 58.29%
G = 23.43%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC5240 (or 0xCC5240) is known color: Dark Coral. HEX triplet: CC, 52 and 40. RGB value is (204,82,64). Sum of RGB (Red+Green+Blue) = 204+82+64=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5240 is #33ADBF. Grayscale: #747474. Windows color (decimal): -3386816 or 4215500. OLE color: 4215500.

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

Color convert

RGB 204 82 64 -
CMYK 0 0.60 0.69 0.2
HSL 7.71º 0.58% 0.53% -
HSV(B) 7.71º 0.69% 0.8% -
XYZ 28.84 19.24 7.04 -
YUV 116.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 204 82 64 0 0.60 0.69 0.2 7.71 0.58 0.53
Hex CC 52 40 0 3C 45 14 8 3A 35
Octal 314 122 100 0 74 105 24 10 72 65
Binary 11001100 1010010 1000000 0 111100 1000101 10100 1000 111010 110101

Color Harmonies of #CC5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5240

Black with #CC5240

Text Example


Text Example

White with #CC5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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