#C96A6A

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

Shades of Contessa #C96A6A

Tints of Contessa #C96A6A

Color information

#C96A6A (or 0xC96A6A) is unknown color: approx Contessa. HEX triplet: C9, 6A and 6A. RGB value is (201,106,106). Sum of RGB (Red+Green+Blue) = 201+106+106=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A6A is #369595. Grayscale: #868686. Windows color (decimal): -3577238 or 6974153. OLE color: 6974153.

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

Color convert

RGB201106106-
CMYK00.470.470.21
HSL46.8%60.2%-
HSV(B)47.26%78.82%-
XYZ31.8423.7716.54-
YUV134.4111.97175.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=48.67%
G=25.67%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110610600.470.470.21046.860.2
HexC96A6A02F2F1502f3c
Octal311152152057572505774
Binary11001001110101011010100101111101111101010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A6A; }

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

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

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

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

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

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

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

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