Html Css Color HEX #CC5746 Dark Coral

📋 copy color: '#CC5746'

red 204 ◦ green 87 ◦ blue 70

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

Shades of Dark Coral #CC5746

Tints of Dark Coral #CC5746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.1%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 56.51%
G = 24.1%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC5746 (or 0xCC5746) is known color: Dark Coral. HEX triplet: CC, 57 and 46. RGB value is (204,87,70). Sum of RGB (Red+Green+Blue) = 204+87+70=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5746 is #33A8B9. Grayscale: #787878. Windows color (decimal): -3385530 or 4609996. OLE color: 4609996.

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

Color convert

RGB 204 87 70 -
CMYK 0 0.57 0.66 0.2
HSL 7.61º 0.57% 0.54% -
HSV(B) 7.61º 0.66% 0.8% -
XYZ 29.42 20.1 8.12 -
YUV 120.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 204 87 70 0 0.57 0.66 0.2 7.61 0.57 0.54
Hex CC 57 46 0 39 42 14 8 39 36
Octal 314 127 106 0 71 102 24 10 71 66
Binary 11001100 1010111 1000110 0 111001 1000010 10100 1000 111001 110110

Color Harmonies of #CC5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5746

Black with #CC5746

Text Example


Text Example

White with #CC5746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5746; }

 p { color: rgb(204,87,70); }

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

background-color css

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

 a { background-color: rgb(204,87,70); }

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

border-color css

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

 span { border-color: rgb(204,87,70); }

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