Html Css Color HEX #C96D4E Red Damask

📋 copy color: '#C96D4E'

red 201 ◦ green 109 ◦ blue 78

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

Shades of Red Damask #C96D4E

Tints of Red Damask #C96D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 51.8%
G = 28.09%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C96D4E (or 0xC96D4E) is known color: Red Damask. HEX triplet: C9, 6D and 4E. RGB value is (201,109,78). Sum of RGB (Red+Green+Blue) = 201+109+78=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D4E is #3692B1. Grayscale: #858585. Windows color (decimal): -3576498 or 5139913. OLE color: 5139913.

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

Color convert

RGB 201 109 78 -
CMYK 0 0.46 0.61 0.21
HSL 15.12º 0.53% 0.55% -
HSV(B) 15.12º 0.61% 0.79% -
XYZ 30.93 23.9 10.19 -
YUV 132.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 201 109 78 0 0.46 0.61 0.21 15.12 0.53 0.55
Hex C9 6D 4E 0 2E 3D 15 F 35 37
Octal 311 155 116 0 56 75 25 17 65 67
Binary 11001001 1101101 1001110 0 101110 111101 10101 1111 110101 110111

Color Harmonies of #C96D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D4E

Black with #C96D4E

Text Example


Text Example

White with #C96D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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