Html Css Color HEX #C96847 Red Damask

📋 copy color: '#C96847'

red 201 ◦ green 104 ◦ blue 71

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

Shades of Red Damask #C96847

Tints of Red Damask #C96847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 53.46%
G = 27.66%
B = 18.88%

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

#C96847 (or 0xC96847) is known color: Red Damask. HEX triplet: C9, 68 and 47. RGB value is (201,104,71). Sum of RGB (Red+Green+Blue) = 201+104+71=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C96847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96847 is #3697B8. Grayscale: #818181. Windows color (decimal): -3577785 or 4679881. OLE color: 4679881.

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

Color convert

RGB 201 104 71 -
CMYK 0 0.48 0.65 0.21
HSL 15.23º 0.55% 0.53% -
HSV(B) 15.23º 0.65% 0.79% -
XYZ 30.18 22.77 8.77 -
YUV 129.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 201 104 71 0 0.48 0.65 0.21 15.23 0.55 0.53
Hex C9 68 47 0 30 41 15 F 37 35
Octal 311 150 107 0 60 101 25 17 67 65
Binary 11001001 1101000 1000111 0 110000 1000001 10101 1111 110111 110101

Color Harmonies of #C96847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96847

Black with #C96847

Text Example


Text Example

White with #C96847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96847; }

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

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

background-color css

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

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

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

border-color css

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

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

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