#C96C6B

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

Shades of Contessa #C96C6B

Tints of Contessa #C96C6B

Color information

#C96C6B (or 0xC96C6B) is unknown color: approx Contessa. HEX triplet: C9, 6C and 6B. RGB value is (201,108,107). Sum of RGB (Red+Green+Blue) = 201+108+107=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C6B is #369394. Grayscale: #878787. Windows color (decimal): -3576725 or 7040201. OLE color: 7040201.

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

Color convert

RGB201108107-
CMYK00.460.470.21
HSL0.64º46.53%60.39%-
HSV(B)0.64º46.77%78.82%-
XYZ32.124.216.89-
YUV135.69111.81174.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.32%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=48.32%
G=25.96%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110810700.460.470.210.6446.5360.39
HexC96C6B02E2F1512f3c
Octal311154153056572515774
Binary11001001110110011010110101110101111101011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96C6B; }

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

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

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

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

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

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

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

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