Html Css Color HEX #C96549 Red Damask

📋 copy color: '#C96549'

red 201 ◦ green 101 ◦ blue 73

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

Shades of Red Damask #C96549

Tints of Red Damask #C96549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.93%

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

R = 53.6%
G = 26.93%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C96549 (or 0xC96549) is known color: Red Damask. HEX triplet: C9, 65 and 49. RGB value is (201,101,73). Sum of RGB (Red+Green+Blue) = 201+101+73=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C96549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96549 is #369AB6. Grayscale: #7F7F7F. Windows color (decimal): -3578551 or 4810185. OLE color: 4810185.

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

Color convert

RGB 201 101 73 -
CMYK 0 0.50 0.64 0.21
HSL 13.13º 0.54% 0.54% -
HSV(B) 13.13º 0.64% 0.79% -
XYZ 29.94 22.21 9.01 -
YUV 127.71 97.13 180.28 -
System Red Green Blue C M Y K H S L
Decimal 201 101 73 0 0.50 0.64 0.21 13.13 0.54 0.54
Hex C9 65 49 0 32 40 15 D 36 36
Octal 311 145 111 0 62 100 25 15 66 66
Binary 11001001 1100101 1001001 0 110010 1000000 10101 1101 110110 110110

Color Harmonies of #C96549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96549

Black with #C96549

Text Example


Text Example

White with #C96549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96549; }

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

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

background-color css

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

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

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

border-color css

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

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

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