#C07863

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

Shades of Contessa #C07863

Tints of Contessa #C07863

Color information

#C07863 (or 0xC07863) is unknown color: approx Contessa. HEX triplet: C0, 78 and 63. RGB value is (192,120,99). Sum of RGB (Red+Green+Blue) = 192+120+99=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C07863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07863 is #3F879C. Grayscale: #8B8B8B. Windows color (decimal): -4163485 or 6518976. OLE color: 6518976.

HSL color Cylindrical-coordinate representation of color #C07863: hue angle of 13.55º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07863 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19212099-
CMYK00.380.480.25
HSL13.55º42.47%57.06%-
HSV(B)13.55º48.44%75.29%-
XYZ30.7125.5415.12-
YUV139.13105.35165.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=46.72%
G=29.20%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921209900.380.480.2513.5542.4757.06
HexC078630263019e2a39
Octal3001701430466031165271
Binary11000000111100011000110100110110000110011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07863; }

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

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

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

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

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

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

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

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