Html Css Color HEX #C96A4D Red Damask

📋 copy color: '#C96A4D'

red 201 ◦ green 106 ◦ blue 77

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

Shades of Red Damask #C96A4D

Tints of Red Damask #C96A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 52.34%
G = 27.6%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C96A4D (or 0xC96A4D) is known color: Red Damask. HEX triplet: C9, 6A and 4D. RGB value is (201,106,77). Sum of RGB (Red+Green+Blue) = 201+106+77=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A4D is #3695B2. Grayscale: #838383. Windows color (decimal): -3577267 or 5073609. OLE color: 5073609.

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

Color convert

RGB 201 106 77 -
CMYK 0 0.47 0.62 0.21
HSL 14.03º 0.53% 0.55% -
HSV(B) 14.03º 0.62% 0.79% -
XYZ 30.58 23.26 9.9 -
YUV 131.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 201 106 77 0 0.47 0.62 0.21 14.03 0.53 0.55
Hex C9 6A 4D 0 2F 3E 15 E 35 37
Octal 311 152 115 0 57 76 25 16 65 67
Binary 11001001 1101010 1001101 0 101111 111110 10101 1110 110101 110111

Color Harmonies of #C96A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A4D

Black with #C96A4D

Text Example


Text Example

White with #C96A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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