Html Css Color HEX #CC5549 Dark Coral

📋 copy color: '#CC5549'

red 204 ◦ green 85 ◦ blue 73

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

Shades of Dark Coral #CC5549

Tints of Dark Coral #CC5549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 56.35%
G = 23.48%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC5549 (or 0xCC5549) is known color: Dark Coral. HEX triplet: CC, 55 and 49. RGB value is (204,85,73). Sum of RGB (Red+Green+Blue) = 204+85+73=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5549 is #33AAB6. Grayscale: #777777. Windows color (decimal): -3386039 or 4806092. OLE color: 4806092.

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

Color convert

RGB 204 85 73 -
CMYK 0 0.58 0.64 0.2
HSL 5.5º 0.56% 0.54% -
HSV(B) 5.5º 0.64% 0.8% -
XYZ 29.35 19.82 8.58 -
YUV 119.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 204 85 73 0 0.58 0.64 0.2 5.5 0.56 0.54
Hex CC 55 49 0 3A 40 14 5 38 36
Octal 314 125 111 0 72 100 24 5 70 66
Binary 11001100 1010101 1001001 0 111010 1000000 10100 101 111000 110110

Color Harmonies of #CC5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5549

Black with #CC5549

Text Example


Text Example

White with #CC5549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5549; }

 p { color: rgb(204,85,73); }

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

background-color css

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

 a { background-color: rgb(204,85,73); }

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

border-color css

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

 span { border-color: rgb(204,85,73); }

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