Html Css Color HEX #CC5649 Dark Coral

📋 copy color: '#CC5649'

red 204 ◦ green 86 ◦ blue 73

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

Shades of Dark Coral #CC5649

Tints of Dark Coral #CC5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

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

R = 56.2%
G = 23.69%
B = 20.11%

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

#CC5649 (or 0xCC5649) is known color: Dark Coral. HEX triplet: CC, 56 and 49. RGB value is (204,86,73). Sum of RGB (Red+Green+Blue) = 204+86+73=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5649 is #33A9B6. Grayscale: #777777. Windows color (decimal): -3385783 or 4806348. OLE color: 4806348.

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

Color convert

RGB 204 86 73 -
CMYK 0 0.58 0.64 0.2
HSL 5.95º 0.56% 0.54% -
HSV(B) 5.95º 0.64% 0.8% -
XYZ 29.43 19.97 8.61 -
YUV 119.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 204 86 73 0 0.58 0.64 0.2 5.95 0.56 0.54
Hex CC 56 49 0 3A 40 14 6 38 36
Octal 314 126 111 0 72 100 24 6 70 66
Binary 11001100 1010110 1001001 0 111010 1000000 10100 110 111000 110110

Color Harmonies of #CC5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5649

Black with #CC5649

Text Example


Text Example

White with #CC5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5649; }

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

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

background-color css

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

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

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

border-color css

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

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

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