#C27062

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

Shades of Contessa #C27062

Tints of Contessa #C27062

Color information

#C27062 (or 0xC27062) is unknown color: approx Contessa. HEX triplet: C2, 70 and 62. RGB value is (194,112,98). Sum of RGB (Red+Green+Blue) = 194+112+98=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C27062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27062 is #3D8F9D. Grayscale: #878787. Windows color (decimal): -4034462 or 6451394. OLE color: 6451394.

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

Color convert

RGB19411298-
CMYK00.420.490.24
HSL8.75º44.04%57.25%-
HSV(B)8.75º49.48%76.08%-
XYZ30.2523.9414.58-
YUV134.92107.17170.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 98 (38.67% from 255) = 24.26%
R=48.02%
G=27.72%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941129800.420.490.248.7544.0457.25
HexC2706202A311892c39
Octal3021601420526130115471
Binary11000010111000011000100101010110001110001001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27062; }

 p { color: rgb(194,112,98); }

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

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

 a { background-color: rgb(194,112,98); }

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

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

 span { border-color: rgb(194,112,98); }

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