Html Css Color HEX #C96749 Red Damask

📋 copy color: '#C96749'

red 201 ◦ green 103 ◦ blue 73

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

Shades of Red Damask #C96749

Tints of Red Damask #C96749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

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

R = 53.32%
G = 27.32%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C96749 (or 0xC96749) is known color: Red Damask. HEX triplet: C9, 67 and 49. RGB value is (201,103,73). Sum of RGB (Red+Green+Blue) = 201+103+73=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C96749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96749 is #3698B6. Grayscale: #818181. Windows color (decimal): -3578039 or 4810697. OLE color: 4810697.

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

Color convert

RGB 201 103 73 -
CMYK 0 0.49 0.64 0.21
HSL 14.06º 0.54% 0.54% -
HSV(B) 14.06º 0.64% 0.79% -
XYZ 30.14 22.6 9.08 -
YUV 128.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 201 103 73 0 0.49 0.64 0.21 14.06 0.54 0.54
Hex C9 67 49 0 31 40 15 E 36 36
Octal 311 147 111 0 61 100 25 16 66 66
Binary 11001001 1100111 1001001 0 110001 1000000 10101 1110 110110 110110

Color Harmonies of #C96749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96749

Black with #C96749

Text Example


Text Example

White with #C96749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96749; }

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

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

background-color css

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

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

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

border-color css

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

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

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