Html Css Color HEX #CC6B49 Red Damask

📋 copy color: '#CC6B49'

red 204 ◦ green 107 ◦ blue 73

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

Shades of Red Damask #CC6B49

Tints of Red Damask #CC6B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.86%

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

R = 53.13%
G = 27.86%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC6B49 (or 0xCC6B49) is known color: Red Damask. HEX triplet: CC, 6B and 49. RGB value is (204,107,73). Sum of RGB (Red+Green+Blue) = 204+107+73=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B49 is #3394B6. Grayscale: #848484. Windows color (decimal): -3380407 or 4811724. OLE color: 4811724.

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

Color convert

RGB 204 107 73 -
CMYK 0 0.48 0.64 0.2
HSL 15.57º 0.56% 0.54% -
HSV(B) 15.57º 0.64% 0.8% -
XYZ 31.36 23.83 9.25 -
YUV 132.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 204 107 73 0 0.48 0.64 0.2 15.57 0.56 0.54
Hex CC 6B 49 0 30 40 14 10 38 36
Octal 314 153 111 0 60 100 24 20 70 66
Binary 11001100 1101011 1001001 0 110000 1000000 10100 10000 111000 110110

Color Harmonies of #CC6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B49

Black with #CC6B49

Text Example


Text Example

White with #CC6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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