Html Css Color HEX #CC5347 Dark Coral

📋 copy color: '#CC5347'

red 204 ◦ green 83 ◦ blue 71

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

Shades of Dark Coral #CC5347

Tints of Dark Coral #CC5347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

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

R = 56.98%
G = 23.18%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC5347 (or 0xCC5347) is known color: Dark Coral. HEX triplet: CC, 53 and 47. RGB value is (204,83,71). Sum of RGB (Red+Green+Blue) = 204+83+71=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5347 is #33ACB8. Grayscale: #757575. Windows color (decimal): -3386553 or 4674508. OLE color: 4674508.

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

Color convert

RGB 204 83 71 -
CMYK 0 0.59 0.65 0.2
HSL 5.41º 0.57% 0.54% -
HSV(B) 5.41º 0.65% 0.8% -
XYZ 29.13 19.48 8.19 -
YUV 117.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 204 83 71 0 0.59 0.65 0.2 5.41 0.57 0.54
Hex CC 53 47 0 3B 41 14 5 39 36
Octal 314 123 107 0 73 101 24 5 71 66
Binary 11001100 1010011 1000111 0 111011 1000001 10100 101 111001 110110

Color Harmonies of #CC5347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5347

Black with #CC5347

Text Example


Text Example

White with #CC5347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5347; }

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

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

background-color css

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

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

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

border-color css

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

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

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