#C47668

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

Shades of Contessa #C47668

Tints of Contessa #C47668

Color information

#C47668 (or 0xC47668) is unknown color: approx Contessa. HEX triplet: C4, 76 and 68. RGB value is (196,118,104). Sum of RGB (Red+Green+Blue) = 196+118+104=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C47668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47668 is #3B8997. Grayscale: #8B8B8B. Windows color (decimal): -3901848 or 6846148. OLE color: 6846148.

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

Color convert

RGB196118104-
CMYK00.400.470.23
HSL9.13º43.81%58.82%-
HSV(B)9.13º46.94%76.86%-
XYZ31.7425.6916.38-
YUV139.73107.84168.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.89%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=46.89%
G=28.23%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611810400.400.470.239.1343.8158.82
HexC476680282F1792c3b
Octal3041661500505727115473
Binary11000100111011011010000101000101111101111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47668; }

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

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

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

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

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

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

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

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