Html Css Color HEX #C96846 Red Damask

📋 copy color: '#C96846'

red 201 ◦ green 104 ◦ blue 70

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

Shades of Red Damask #C96846

Tints of Red Damask #C96846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 53.6%
G = 27.73%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C96846 (or 0xC96846) is known color: Red Damask. HEX triplet: C9, 68 and 46. RGB value is (201,104,70). Sum of RGB (Red+Green+Blue) = 201+104+70=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C96846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96846 is #3697B9. Grayscale: #818181. Windows color (decimal): -3577786 or 4614345. OLE color: 4614345.

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

Color convert

RGB 201 104 70 -
CMYK 0 0.48 0.65 0.21
HSL 15.57º 0.55% 0.53% -
HSV(B) 15.57º 0.65% 0.79% -
XYZ 30.14 22.76 8.6 -
YUV 129.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 201 104 70 0 0.48 0.65 0.21 15.57 0.55 0.53
Hex C9 68 46 0 30 41 15 10 37 35
Octal 311 150 106 0 60 101 25 20 67 65
Binary 11001001 1101000 1000110 0 110000 1000001 10101 10000 110111 110101

Color Harmonies of #C96846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96846

Black with #C96846

Text Example


Text Example

White with #C96846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96846; }

 p { color: rgb(201,104,70); }

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

background-color css

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

 a { background-color: rgb(201,104,70); }

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

border-color css

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

 span { border-color: rgb(201,104,70); }

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