#C27463

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

Shades of Contessa #C27463

Tints of Contessa #C27463

Color information

#C27463 (or 0xC27463) is unknown color: approx Contessa. HEX triplet: C2, 74 and 63. RGB value is (194,116,99). Sum of RGB (Red+Green+Blue) = 194+116+99=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C27463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27463 is #3D8B9C. Grayscale: #898989. Windows color (decimal): -4033437 or 6517954. OLE color: 6517954.

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

Color convert

RGB19411699-
CMYK00.400.490.24
HSL10.74º43.78%57.45%-
HSV(B)10.74º48.97%76.08%-
XYZ30.7524.8614.98-
YUV137.38106.34168.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=47.43%
G=28.36%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941169900.400.490.2410.7443.7857.45
HexC274630283118b2c39
Octal3021641430506130135471
Binary11000010111010011000110101000110001110001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27463; }

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

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

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

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

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

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

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

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