Html Css Color HEX #C96949 Red Damask

📋 copy color: '#C96949'

red 201 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #C96949

Tints of Red Damask #C96949

RGB

 RED value IS 201 (78.91% from 255) = 53.03%

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

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

R = 53.03%
G = 27.7%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C96949 (or 0xC96949) is known color: Red Damask. HEX triplet: C9, 69 and 49. RGB value is (201,105,73). Sum of RGB (Red+Green+Blue) = 201+105+73=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C96949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96949 is #3696B6. Grayscale: #828282. Windows color (decimal): -3577527 or 4811209. OLE color: 4811209.

HSL color Cylindrical-coordinate representation of color #C96949: hue angle of 15º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C96949 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 105 73 -
CMYK 0 0.48 0.64 0.21
HSL 15º 0.54% 0.54% -
HSV(B) 15º 0.64% 0.79% -
XYZ 30.34 23 9.14 -
YUV 130.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 201 105 73 0 0.48 0.64 0.21 15 0.54 0.54
Hex C9 69 49 0 30 40 15 F 36 36
Octal 311 151 111 0 60 100 25 17 66 66
Binary 11001001 1101001 1001001 0 110000 1000000 10101 1111 110110 110110

Color Harmonies of #C96949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96949

Black with #C96949

Text Example


Text Example

White with #C96949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96949; }

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

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

background-color css

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

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

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

border-color css

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

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

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