Html Css Color HEX #CC6446 Dark Coral

📋 copy color: '#CC6446'

red 204 ◦ green 100 ◦ blue 70

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

Shades of Dark Coral #CC6446

Tints of Dark Coral #CC6446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

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

R = 54.55%
G = 26.74%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC6446 (or 0xCC6446) is known color: Dark Coral. HEX triplet: CC, 64 and 46. RGB value is (204,100,70). Sum of RGB (Red+Green+Blue) = 204+100+70=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6446 is #339BB9. Grayscale: #7F7F7F. Windows color (decimal): -3382202 or 4613324. OLE color: 4613324.

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

Color convert

RGB 204 100 70 -
CMYK 0 0.51 0.66 0.2
HSL 13.43º 0.57% 0.54% -
HSV(B) 13.43º 0.66% 0.8% -
XYZ 30.56 22.39 8.51 -
YUV 127.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 204 100 70 0 0.51 0.66 0.2 13.43 0.57 0.54
Hex CC 64 46 0 33 42 14 D 39 36
Octal 314 144 106 0 63 102 24 15 71 66
Binary 11001100 1100100 1000110 0 110011 1000010 10100 1101 111001 110110

Color Harmonies of #CC6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6446

Black with #CC6446

Text Example


Text Example

White with #CC6446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6446; }

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

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

background-color css

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

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

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

border-color css

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

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

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