Html Css Color HEX #CC5247 Dark Coral

📋 copy color: '#CC5247'

red 204 ◦ green 82 ◦ blue 71

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

Shades of Dark Coral #CC5247

Tints of Dark Coral #CC5247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 57.14%
G = 22.97%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC5247 (or 0xCC5247) is known color: Dark Coral. HEX triplet: CC, 52 and 47. RGB value is (204,82,71). Sum of RGB (Red+Green+Blue) = 204+82+71=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5247 is #33ADB8. Grayscale: #757575. Windows color (decimal): -3386809 or 4674252. OLE color: 4674252.

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

Color convert

RGB 204 82 71 -
CMYK 0 0.60 0.65 0.2
HSL 4.96º 0.57% 0.54% -
HSV(B) 4.96º 0.65% 0.8% -
XYZ 29.06 19.33 8.16 -
YUV 117.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 204 82 71 0 0.60 0.65 0.2 4.96 0.57 0.54
Hex CC 52 47 0 3C 41 14 5 39 36
Octal 314 122 107 0 74 101 24 5 71 66
Binary 11001100 1010010 1000111 0 111100 1000001 10100 101 111001 110110

Color Harmonies of #CC5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5247

Black with #CC5247

Text Example


Text Example

White with #CC5247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5247; }

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

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

background-color css

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

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

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

border-color css

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

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

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