#C27973

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

Shades of Contessa #C27973

Tints of Contessa #C27973

Color information

#C27973 (or 0xC27973) is unknown color: approx Contessa. HEX triplet: C2, 79 and 73. RGB value is (194,121,115). Sum of RGB (Red+Green+Blue) = 194+121+115=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C27973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27973 is #3D868C. Grayscale: #8E8E8E. Windows color (decimal): -4032141 or 7567810. OLE color: 7567810.

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

Color convert

RGB194121115-
CMYK00.380.410.24
HSL4.56º39.3%60.59%-
HSV(B)4.56º40.72%76.08%-
XYZ32.1826.3819.62-
YUV142.14112.68164.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=45.12%
G=28.14%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412111500.380.410.244.5639.360.59
HexC2797302629185273d
Octal302171163046513054775
Binary1100001011110011110011010011010100111000101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27973; }

 p { color: rgb(194,121,115); }

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

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

 a { background-color: rgb(194,121,115); }

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

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

 span { border-color: rgb(194,121,115); }

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