Html Css Color HEX #C96A43 Red Damask

📋 copy color: '#C96A43'

red 201 ◦ green 106 ◦ blue 67

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

Shades of Red Damask #C96A43

Tints of Red Damask #C96A43

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.34%

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

R = 53.74%
G = 28.34%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96A43 (or 0xC96A43) is known color: Red Damask. HEX triplet: C9, 6A and 43. RGB value is (201,106,67). Sum of RGB (Red+Green+Blue) = 201+106+67=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A43 is #3695BC. Grayscale: #828282. Windows color (decimal): -3577277 or 4418249. OLE color: 4418249.

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

Color convert

RGB 201 106 67 -
CMYK 0 0.47 0.67 0.21
HSL 17.46º 0.55% 0.53% -
HSV(B) 17.46º 0.67% 0.79% -
XYZ 30.25 23.13 8.18 -
YUV 129.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 201 106 67 0 0.47 0.67 0.21 17.46 0.55 0.53
Hex C9 6A 43 0 2F 43 15 11 37 35
Octal 311 152 103 0 57 103 25 21 67 65
Binary 11001001 1101010 1000011 0 101111 1000011 10101 10001 110111 110101

Color Harmonies of #C96A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A43

Black with #C96A43

Text Example


Text Example

White with #C96A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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