#C27360

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

Shades of Contessa #C27360

Tints of Contessa #C27360

Color information

#C27360 (or 0xC27360) is unknown color: approx Contessa. HEX triplet: C2, 73 and 60. RGB value is (194,115,96). Sum of RGB (Red+Green+Blue) = 194+115+96=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C27360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27360 is #3D8C9F. Grayscale: #888888. Windows color (decimal): -4033696 or 6321090. OLE color: 6321090.

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

Color convert

RGB19411596-
CMYK00.410.510.24
HSL11.63º44.55%56.86%-
HSV(B)11.63º50.52%76.08%-
XYZ30.4924.5814.2-
YUV136.45105.17169.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=47.90%
G=28.40%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941159600.410.510.2411.6344.5556.86
HexC273600293318c2d39
Octal3021631400516330145571
Binary11000010111001111000000101001110011110001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27360; }

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

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

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

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

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

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

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

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