Html Css Color HEX #CC5D46 Dark Coral

📋 copy color: '#CC5D46'

red 204 ◦ green 93 ◦ blue 70

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

Shades of Dark Coral #CC5D46

Tints of Dark Coral #CC5D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

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

R = 55.59%
G = 25.34%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC5D46 (or 0xCC5D46) is known color: Dark Coral. HEX triplet: CC, 5D and 46. RGB value is (204,93,70). Sum of RGB (Red+Green+Blue) = 204+93+70=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D46 is #33A2B9. Grayscale: #7B7B7B. Windows color (decimal): -3383994 or 4611532. OLE color: 4611532.

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

Color convert

RGB 204 93 70 -
CMYK 0 0.54 0.66 0.2
HSL 10.3º 0.57% 0.54% -
HSV(B) 10.3º 0.66% 0.8% -
XYZ 29.92 21.11 8.29 -
YUV 123.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 204 93 70 0 0.54 0.66 0.2 10.3 0.57 0.54
Hex CC 5D 46 0 36 42 14 A 39 36
Octal 314 135 106 0 66 102 24 12 71 66
Binary 11001100 1011101 1000110 0 110110 1000010 10100 1010 111001 110110

Color Harmonies of #CC5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D46

Black with #CC5D46

Text Example


Text Example

White with #CC5D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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