#C46868

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

Shades of Contessa #C46868

Tints of Contessa #C46868

Color information

#C46868 (or 0xC46868) is unknown color: approx Contessa. HEX triplet: C4, 68 and 68. RGB value is (196,104,104). Sum of RGB (Red+Green+Blue) = 196+104+104=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C46868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46868 is #3B9797. Grayscale: #838383. Windows color (decimal): -3905432 or 6842564. OLE color: 6842564.

HSL color Cylindrical-coordinate representation of color #C46868: hue angle of 0º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46868 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196104104-
CMYK00.470.470.23
HSL43.81%58.82%-
HSV(B)46.94%76.86%-
XYZ30.2122.6415.87-
YUV131.51112.48174-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=48.51%
G=25.74%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610410400.470.470.23043.8158.82
HexC4686802F2F1702c3b
Octal304150150057572705473
Binary11000100110100011010000101111101111101110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46868; }

 p { color: rgb(196,104,104); }

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

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

 a { background-color: rgb(196,104,104); }

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

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

 span { border-color: rgb(196,104,104); }

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