#C36666

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

Shades of Contessa #C36666

Tints of Contessa #C36666

Color information

#C36666 (or 0xC36666) is unknown color: approx Contessa. HEX triplet: C3, 66 and 66. RGB value is (195,102,102). Sum of RGB (Red+Green+Blue) = 195+102+102=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C36666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36666 is #3C9999. Grayscale: #818181. Windows color (decimal): -3971482 or 6710979. OLE color: 6710979.

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

Color convert

RGB195102102-
CMYK00.480.480.24
HSL43.66%58.24%-
HSV(B)47.69%76.47%-
XYZ29.6622.0615.27-
YUV129.81112.31174.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=48.87%
G=25.56%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510210200.480.480.24043.6658.24
HexC36666030301802c3a
Octal303146146060603005472
Binary11000011110011011001100110000110000110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36666; }

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

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

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

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

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

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

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

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