Html Css Color HEX #CC6C49 Red Damask

📋 copy color: '#CC6C49'

red 204 ◦ green 108 ◦ blue 73

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

Shades of Red Damask #CC6C49

Tints of Red Damask #CC6C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

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

R = 52.99%
G = 28.05%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC6C49 (or 0xCC6C49) is known color: Red Damask. HEX triplet: CC, 6C and 49. RGB value is (204,108,73). Sum of RGB (Red+Green+Blue) = 204+108+73=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C49 is #3393B6. Grayscale: #848484. Windows color (decimal): -3380151 or 4811980. OLE color: 4811980.

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

Color convert

RGB 204 108 73 -
CMYK 0 0.47 0.64 0.2
HSL 16.03º 0.56% 0.54% -
HSV(B) 16.03º 0.64% 0.8% -
XYZ 31.47 24.04 9.29 -
YUV 132.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 204 108 73 0 0.47 0.64 0.2 16.03 0.56 0.54
Hex CC 6C 49 0 2F 40 14 10 38 36
Octal 314 154 111 0 57 100 24 20 70 66
Binary 11001100 1101100 1001001 0 101111 1000000 10100 10000 111000 110110

Color Harmonies of #CC6C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C49

Black with #CC6C49

Text Example


Text Example

White with #CC6C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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