#c46c68

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

Shades of Contessa #C46C68

Tints of Contessa #C46C68

Color information

#C46C68 (or 0xC46C68) is unknown color: approx Contessa. HEX triplet: C4, 6C and 68. RGB value is (196,108,104). Sum of RGB (Red+Green+Blue) = 196+108+104=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C68 is #3B9397. Grayscale: #858585. Windows color (decimal): -3904408 or 6843588. OLE color: 6843588.

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

Color convert

RGB196108104-
CMYK00.450.470.23
HSL2.61º43.81%58.82%-
HSV(B)2.61º46.94%76.86%-
XYZ30.6323.4616.01-
YUV133.86111.15172.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=48.04%
G=26.47%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610810400.450.470.232.6143.8158.82
HexC46C6802D2F1732c3b
Octal304154150055572735473
Binary110001001101100110100001011011011111011111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46c68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46c68; }

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

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

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

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

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

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

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

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