#C27869

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

Shades of Contessa #C27869

Tints of Contessa #C27869

Color information

#C27869 (or 0xC27869) is unknown color: approx Contessa. HEX triplet: C2, 78 and 69. RGB value is (194,120,105). Sum of RGB (Red+Green+Blue) = 194+120+105=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C27869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27869 is #3D8796. Grayscale: #8C8C8C. Windows color (decimal): -4032407 or 6912194. OLE color: 6912194.

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

Color convert

RGB194120105-
CMYK00.380.460.24
HSL10.11º42.18%58.63%-
HSV(B)10.11º45.88%76.08%-
XYZ31.5125.9216.71-
YUV140.42108.02166.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=46.30%
G=28.64%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412010500.380.460.2410.1142.1858.63
HexC278690262E18a2a3b
Octal3021701510465630125273
Binary11000010111100011010010100110101110110001010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27869; }

 p { color: rgb(194,120,105); }

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

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

 a { background-color: rgb(194,120,105); }

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

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

 span { border-color: rgb(194,120,105); }

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