Html Css Color HEX #CC5445 Dark Coral

📋 copy color: '#CC5445'

red 204 ◦ green 84 ◦ blue 69

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

Shades of Dark Coral #CC5445

Tints of Dark Coral #CC5445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.53%

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

R = 57.14%
G = 23.53%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC5445 (or 0xCC5445) is known color: Dark Coral. HEX triplet: CC, 54 and 45. RGB value is (204,84,69). Sum of RGB (Red+Green+Blue) = 204+84+69=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5445 is #33ABBA. Grayscale: #767676. Windows color (decimal): -3386299 or 4543692. OLE color: 4543692.

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

Color convert

RGB 204 84 69 -
CMYK 0 0.59 0.66 0.2
HSL 6.67º 0.57% 0.54% -
HSV(B) 6.67º 0.66% 0.8% -
XYZ 29.15 19.61 7.88 -
YUV 118.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 204 84 69 0 0.59 0.66 0.2 6.67 0.57 0.54
Hex CC 54 45 0 3B 42 14 7 39 36
Octal 314 124 105 0 73 102 24 7 71 66
Binary 11001100 1010100 1000101 0 111011 1000010 10100 111 111001 110110

Color Harmonies of #CC5445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5445

Black with #CC5445

Text Example


Text Example

White with #CC5445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5445; }

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

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

background-color css

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

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

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

border-color css

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

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

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