#C27469

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

Shades of Contessa #C27469

Tints of Contessa #C27469

Color information

#C27469 (or 0xC27469) is unknown color: approx Contessa. HEX triplet: C2, 74 and 69. RGB value is (194,116,105). Sum of RGB (Red+Green+Blue) = 194+116+105=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C27469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27469 is #3D8B96. Grayscale: #8A8A8A. Windows color (decimal): -4033431 or 6911170. OLE color: 6911170.

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

Color convert

RGB194116105-
CMYK00.400.460.24
HSL7.42º42.18%58.63%-
HSV(B)7.42º45.88%76.08%-
XYZ31.0424.9816.55-
YUV138.07109.34167.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=46.75%
G=27.95%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411610500.400.460.247.4242.1858.63
HexC274690282E1872a3b
Octal302164151050563075273
Binary1100001011101001101001010100010111011000111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27469; }

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

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

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

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

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

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

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

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