#C27B72

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

Shades of Contessa #C27B72

Tints of Contessa #C27B72

Color information

#C27B72 (or 0xC27B72) is unknown color: approx Contessa. HEX triplet: C2, 7B and 72. RGB value is (194,123,114). Sum of RGB (Red+Green+Blue) = 194+123+114=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B72 is #3D848D. Grayscale: #8F8F8F. Windows color (decimal): -4031630 or 7502786. OLE color: 7502786.

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

Color convert

RGB194123114-
CMYK00.370.410.24
HSL6.75º39.6%60.39%-
HSV(B)6.75º41.24%76.08%-
XYZ32.3726.8519.4-
YUV143.2111.52164.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=45.01%
G=28.54%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412311400.370.410.246.7539.660.39
HexC27B7202529187283c
Octal302173162045513075074
Binary1100001011110111110010010010110100111000111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27B72; }

 p { color: rgb(194,123,114); }

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

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

 a { background-color: rgb(194,123,114); }

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

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

 span { border-color: rgb(194,123,114); }

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