#C96C4E

Color #C96C4E Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C96C4E

Tints of Red Damask #C96C4E

Color information

#C96C4E (or 0xC96C4E) is unknown color: approx Red Damask. HEX triplet: C9, 6C and 4E. RGB value is (201,108,78). Sum of RGB (Red+Green+Blue) = 201+108+78=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C4E is #3693B1. Grayscale: #848484. Windows color (decimal): -3576754 or 5139657. OLE color: 5139657.

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

Color convert

RGB20110878-
CMYK00.460.610.21
HSL14.63º53.25%54.71%-
HSV(B)14.63º61.19%78.82%-
XYZ30.8323.6910.16-
YUV132.3997.31176.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.94%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=51.94%
G=27.91%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011087800.460.610.2114.6353.2554.71
HexC96C4E02E3D15f3537
Octal3111541160567525176567
Binary11001001110110010011100101110111101101011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96C4E; }

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

 H1.HeaderClassName
 {
   color: #C96C4E;
 }
 .AnyTagClassName
 {
   color: #C96C4E;
 }
</style>
background-color css

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

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

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

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

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

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