#C27863

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

Shades of Contessa #C27863

Tints of Contessa #C27863

Color information

#C27863 (or 0xC27863) is unknown color: approx Contessa. HEX triplet: C2, 78 and 63. RGB value is (194,120,99). Sum of RGB (Red+Green+Blue) = 194+120+99=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C27863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27863 is #3D879C. Grayscale: #8B8B8B. Windows color (decimal): -4032413 or 6518978. OLE color: 6518978.

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

Color convert

RGB19412099-
CMYK00.380.490.24
HSL13.26º43.78%57.45%-
HSV(B)13.26º48.97%76.08%-
XYZ31.2225.815.14-
YUV139.73105.02166.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 99 (39.06% from 255) = 23.97%
R=46.97%
G=29.06%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941209900.380.490.2413.2643.7857.45
HexC278630263118d2c39
Octal3021701430466130155471
Binary11000010111100011000110100110110001110001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27863; }

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

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

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

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

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

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

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

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