Html Css Color HEX #C96943 Red Damask

📋 copy color: '#C96943'

red 201 ◦ green 105 ◦ blue 67

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

Shades of Red Damask #C96943

Tints of Red Damask #C96943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.96%

R = 53.89%
G = 28.15%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96943 (or 0xC96943) is known color: Red Damask. HEX triplet: C9, 69 and 43. RGB value is (201,105,67). Sum of RGB (Red+Green+Blue) = 201+105+67=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C96943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96943 is #3696BC. Grayscale: #818181. Windows color (decimal): -3577533 or 4417993. OLE color: 4417993.

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

Color convert

RGB 201 105 67 -
CMYK 0 0.48 0.67 0.21
HSL 17.01º 0.55% 0.53% -
HSV(B) 17.01º 0.67% 0.79% -
XYZ 30.15 22.93 8.15 -
YUV 129.37 92.8 179.09 -
System Red Green Blue C M Y K H S L
Decimal 201 105 67 0 0.48 0.67 0.21 17.01 0.55 0.53
Hex C9 69 43 0 30 43 15 11 37 35
Octal 311 151 103 0 60 103 25 21 67 65
Binary 11001001 1101001 1000011 0 110000 1000011 10101 10001 110111 110101

Color Harmonies of #C96943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96943

Black with #C96943

Text Example


Text Example

White with #C96943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96943; }

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

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

background-color css

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

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

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

border-color css

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

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

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