Html Css Color HEX #C96D43 Red Damask

📋 copy color: '#C96D43'

red 201 ◦ green 109 ◦ blue 67

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

Shades of Red Damask #C96D43

Tints of Red Damask #C96D43

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.91%

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

R = 53.32%
G = 28.91%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96D43 (or 0xC96D43) is known color: Red Damask. HEX triplet: C9, 6D and 43. RGB value is (201,109,67). Sum of RGB (Red+Green+Blue) = 201+109+67=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D43 is #3692BC. Grayscale: #838383. Windows color (decimal): -3576509 or 4419017. OLE color: 4419017.

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

Color convert

RGB 201 109 67 -
CMYK 0 0.46 0.67 0.21
HSL 18.81º 0.55% 0.53% -
HSV(B) 18.81º 0.67% 0.79% -
XYZ 30.57 23.76 8.29 -
YUV 131.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 201 109 67 0 0.46 0.67 0.21 18.81 0.55 0.53
Hex C9 6D 43 0 2E 43 15 13 37 35
Octal 311 155 103 0 56 103 25 23 67 65
Binary 11001001 1101101 1000011 0 101110 1000011 10101 10011 110111 110101

Color Harmonies of #C96D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D43

Black with #C96D43

Text Example


Text Example

White with #C96D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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