#C96761

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

Shades of Contessa #C96761

Tints of Contessa #C96761

Color information

#C96761 (or 0xC96761) is unknown color: approx Contessa. HEX triplet: C9, 67 and 61. RGB value is (201,103,97). Sum of RGB (Red+Green+Blue) = 201+103+97=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C96761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96761 is #36989E. Grayscale: #838383. Windows color (decimal): -3578015 or 6383561. OLE color: 6383561.

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

Color convert

RGB20110397-
CMYK00.490.520.21
HSL3.46º49.06%58.43%-
HSV(B)3.46º51.74%78.82%-
XYZ31.122.9814.11-
YUV131.62108.47177.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=50.12%
G=25.69%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011039700.490.520.213.4649.0658.43
HexC9676103134153313a
Octal311147141061642536172
Binary110010011100111110000101100011101001010111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96761; }

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

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

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

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

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

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

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

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