Html Css Color HEX #CC5242 Dark Coral

📋 copy color: '#CC5242'

red 204 ◦ green 82 ◦ blue 66

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

Shades of Dark Coral #CC5242

Tints of Dark Coral #CC5242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 57.95%
G = 23.3%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC5242 (or 0xCC5242) is known color: Dark Coral. HEX triplet: CC, 52 and 42. RGB value is (204,82,66). Sum of RGB (Red+Green+Blue) = 204+82+66=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5242 is #33ADBD. Grayscale: #747474. Windows color (decimal): -3386814 or 4346572. OLE color: 4346572.

HSL color Cylindrical-coordinate representation of color #CC5242: hue angle of 6.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC5242 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 66 -
CMYK 0 0.60 0.68 0.2
HSL 6.96º 0.58% 0.53% -
HSV(B) 6.96º 0.68% 0.8% -
XYZ 28.9 19.27 7.35 -
YUV 116.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 204 82 66 0 0.60 0.68 0.2 6.96 0.58 0.53
Hex CC 52 42 0 3C 44 14 7 3A 35
Octal 314 122 102 0 74 104 24 7 72 65
Binary 11001100 1010010 1000010 0 111100 1000100 10100 111 111010 110101

Color Harmonies of #CC5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5242

Black with #CC5242

Text Example


Text Example

White with #CC5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5242; }

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

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

background-color css

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

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

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

border-color css

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

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

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