Html Css Color HEX #C96F4E Red Damask

📋 copy color: '#C96F4E'

red 201 ◦ green 111 ◦ blue 78

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

Shades of Red Damask #C96F4E

Tints of Red Damask #C96F4E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.46%

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

R = 51.54%
G = 28.46%
B = 20%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C96F4E (or 0xC96F4E) is known color: Red Damask. HEX triplet: C9, 6F and 4E. RGB value is (201,111,78). Sum of RGB (Red+Green+Blue) = 201+111+78=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F4E is #3690B1. Grayscale: #868686. Windows color (decimal): -3575986 or 5140425. OLE color: 5140425.

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

Color convert

RGB 201 111 78 -
CMYK 0 0.45 0.61 0.21
HSL 16.1º 0.53% 0.55% -
HSV(B) 16.1º 0.61% 0.79% -
XYZ 31.15 24.34 10.26 -
YUV 134.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 201 111 78 0 0.45 0.61 0.21 16.1 0.53 0.55
Hex C9 6F 4E 0 2D 3D 15 10 35 37
Octal 311 157 116 0 55 75 25 20 65 67
Binary 11001001 1101111 1001110 0 101101 111101 10101 10000 110101 110111

Color Harmonies of #C96F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F4E

Black with #C96F4E

Text Example


Text Example

White with #C96F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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