Html Css Color HEX #CC6646 Red Damask

📋 copy color: '#CC6646'

red 204 ◦ green 102 ◦ blue 70

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

Shades of Red Damask #CC6646

Tints of Red Damask #CC6646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.13%

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

R = 54.26%
G = 27.13%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC6646 (or 0xCC6646) is known color: Red Damask. HEX triplet: CC, 66 and 46. RGB value is (204,102,70). Sum of RGB (Red+Green+Blue) = 204+102+70=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6646 is #3399B9. Grayscale: #818181. Windows color (decimal): -3381690 or 4613836. OLE color: 4613836.

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

Color convert

RGB 204 102 70 -
CMYK 0 0.5 0.66 0.2
HSL 14.33º 0.57% 0.54% -
HSV(B) 14.33º 0.66% 0.8% -
XYZ 30.76 22.78 8.57 -
YUV 128.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 204 102 70 0 0.5 0.66 0.2 14.33 0.57 0.54
Hex CC 66 46 0 32 42 14 E 39 36
Octal 314 146 106 0 62 102 24 16 71 66
Binary 11001100 1100110 1000110 0 110010 1000010 10100 1110 111001 110110

Color Harmonies of #CC6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6646

Black with #CC6646

Text Example


Text Example

White with #CC6646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6646; }

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

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

background-color css

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

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

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

border-color css

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

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

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