Html Css Color HEX #C96E4C Red Damask

📋 copy color: '#C96E4C'

red 201 ◦ green 110 ◦ blue 76

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

Shades of Red Damask #C96E4C

Tints of Red Damask #C96E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 51.94%
G = 28.42%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C96E4C (or 0xC96E4C) is known color: Red Damask. HEX triplet: C9, 6E and 4C. RGB value is (201,110,76). Sum of RGB (Red+Green+Blue) = 201+110+76=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E4C is #3691B3. Grayscale: #858585. Windows color (decimal): -3576244 or 5009097. OLE color: 5009097.

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

Color convert

RGB 201 110 76 -
CMYK 0 0.45 0.62 0.21
HSL 16.32º 0.54% 0.54% -
HSV(B) 16.32º 0.62% 0.79% -
XYZ 30.97 24.09 9.86 -
YUV 133.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 201 110 76 0 0.45 0.62 0.21 16.32 0.54 0.54
Hex C9 6E 4C 0 2D 3E 15 10 36 36
Octal 311 156 114 0 55 76 25 20 66 66
Binary 11001001 1101110 1001100 0 101101 111110 10101 10000 110110 110110

Color Harmonies of #C96E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E4C

Black with #C96E4C

Text Example


Text Example

White with #C96E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E4C; }

 p { color: rgb(201,110,76); }

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

background-color css

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

 a { background-color: rgb(201,110,76); }

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

border-color css

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

 span { border-color: rgb(201,110,76); }

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