Html Css Color HEX #CC5745 Dark Coral

📋 copy color: '#CC5745'

red 204 ◦ green 87 ◦ blue 69

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

Shades of Dark Coral #CC5745

Tints of Dark Coral #CC5745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 56.67%
G = 24.17%
B = 19.17%

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

#CC5745 (or 0xCC5745) is known color: Dark Coral. HEX triplet: CC, 57 and 45. RGB value is (204,87,69). Sum of RGB (Red+Green+Blue) = 204+87+69=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5745 is #33A8BA. Grayscale: #787878. Windows color (decimal): -3385531 or 4544460. OLE color: 4544460.

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

Color convert

RGB 204 87 69 -
CMYK 0 0.57 0.66 0.2
HSL 0.57% 0.54% -
HSV(B) 0.66% 0.8% -
XYZ 29.38 20.08 7.96 -
YUV 119.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 204 87 69 0 0.57 0.66 0.2 8 0.57 0.54
Hex CC 57 45 0 39 42 14 8 39 36
Octal 314 127 105 0 71 102 24 10 71 66
Binary 11001100 1010111 1000101 0 111001 1000010 10100 1000 111001 110110

Color Harmonies of #CC5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5745

Black with #CC5745

Text Example


Text Example

White with #CC5745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5745; }

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

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

background-color css

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

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

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

border-color css

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

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

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