Html Css Color HEX #CC6949 Red Damask

📋 copy color: '#CC6949'

red 204 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #CC6949

Tints of Red Damask #CC6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

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

R = 53.4%
G = 27.49%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC6949 (or 0xCC6949) is known color: Red Damask. HEX triplet: CC, 69 and 49. RGB value is (204,105,73). Sum of RGB (Red+Green+Blue) = 204+105+73=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6949 is #3396B6. Grayscale: #838383. Windows color (decimal): -3380919 or 4811212. OLE color: 4811212.

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

Color convert

RGB 204 105 73 -
CMYK 0 0.49 0.64 0.2
HSL 14.66º 0.56% 0.54% -
HSV(B) 14.66º 0.64% 0.8% -
XYZ 31.16 23.42 9.18 -
YUV 130.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 204 105 73 0 0.49 0.64 0.2 14.66 0.56 0.54
Hex CC 69 49 0 31 40 14 F 38 36
Octal 314 151 111 0 61 100 24 17 70 66
Binary 11001100 1101001 1001001 0 110001 1000000 10100 1111 111000 110110

Color Harmonies of #CC6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6949

Black with #CC6949

Text Example


Text Example

White with #CC6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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