#C27168

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

Shades of Contessa #C27168

Tints of Contessa #C27168

Color information

#C27168 (or 0xC27168) is unknown color: approx Contessa. HEX triplet: C2, 71 and 68. RGB value is (194,113,104). Sum of RGB (Red+Green+Blue) = 194+113+104=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C27168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27168 is #3D8E97. Grayscale: #888888. Windows color (decimal): -4034200 or 6844866. OLE color: 6844866.

HSL color Cylindrical-coordinate representation of color #C27168: hue angle of 6º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27168 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB194113104-
CMYK00.420.460.24
HSL42.45%58.43%-
HSV(B)46.39%76.08%-
XYZ30.6524.2816.17-
YUV136.19109.84169.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=47.20%
G=27.49%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411310400.420.460.24642.4558.43
HexC2716802A2E1862a3a
Octal302161150052563065272
Binary1100001011100011101000010101010111011000110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27168; }

 p { color: rgb(194,113,104); }

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

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

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

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

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

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

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