#C36966

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

Shades of Contessa #C36966

Tints of Contessa #C36966

Color information

#C36966 (or 0xC36966) is unknown color: approx Contessa. HEX triplet: C3, 69 and 66. RGB value is (195,105,102). Sum of RGB (Red+Green+Blue) = 195+105+102=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C36966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36966 is #3C9699. Grayscale: #838383. Windows color (decimal): -3970714 or 6711747. OLE color: 6711747.

HSL color Cylindrical-coordinate representation of color #C36966: hue angle of 1.94º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36966 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB195105102-
CMYK00.460.480.24
HSL1.94º43.66%58.24%-
HSV(B)1.94º47.69%76.47%-
XYZ29.9622.6615.37-
YUV131.57111.32173.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.51%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=48.51%
G=26.12%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510510200.460.480.241.9443.6658.24
HexC3696602E301822c3a
Octal303151146056603025472
Binary110000111101001110011001011101100001100010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36966; }

 p { color: rgb(195,105,102); }

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

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

 a { background-color: rgb(195,105,102); }

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

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

 span { border-color: rgb(195,105,102); }

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