#C96767

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

Shades of Contessa #C96767

Tints of Contessa #C96767

Color information

#C96767 (or 0xC96767) is unknown color: approx Contessa. HEX triplet: C9, 67 and 67. RGB value is (201,103,103). Sum of RGB (Red+Green+Blue) = 201+103+103=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C96767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96767 is #369898. Grayscale: #848484. Windows color (decimal): -3578009 or 6776777. OLE color: 6776777.

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

Color convert

RGB201103103-
CMYK00.490.490.21
HSL47.57%59.61%-
HSV(B)48.76%78.82%-
XYZ31.3923.115.64-
YUV132.3111.47177-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.39%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=49.39%
G=25.31%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110310300.490.490.21047.5759.61
HexC9676703131150303c
Octal311147147061612506074
Binary11001001110011111001110110001110001101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96767; }

 p { color: rgb(201,103,103); }

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

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

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

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

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

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

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