Html Css Color HEX #CC5A46 Dark Coral

📋 copy color: '#CC5A46'

red 204 ◦ green 90 ◦ blue 70

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

Shades of Dark Coral #CC5A46

Tints of Dark Coral #CC5A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

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

R = 56.04%
G = 24.73%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC5A46 (or 0xCC5A46) is known color: Dark Coral. HEX triplet: CC, 5A and 46. RGB value is (204,90,70). Sum of RGB (Red+Green+Blue) = 204+90+70=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A46 is #33A5B9. Grayscale: #797979. Windows color (decimal): -3384762 or 4610764. OLE color: 4610764.

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

Color convert

RGB 204 90 70 -
CMYK 0 0.56 0.66 0.2
HSL 8.96º 0.57% 0.54% -
HSV(B) 8.96º 0.66% 0.8% -
XYZ 29.66 20.59 8.21 -
YUV 121.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 204 90 70 0 0.56 0.66 0.2 8.96 0.57 0.54
Hex CC 5A 46 0 38 42 14 9 39 36
Octal 314 132 106 0 70 102 24 11 71 66
Binary 11001100 1011010 1000110 0 111000 1000010 10100 1001 111001 110110

Color Harmonies of #CC5A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A46

Black with #CC5A46

Text Example


Text Example

White with #CC5A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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