#C07868

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

Shades of Contessa #C07868

Tints of Contessa #C07868

Color information

#C07868 (or 0xC07868) is unknown color: approx Contessa. HEX triplet: C0, 78 and 68. RGB value is (192,120,104). Sum of RGB (Red+Green+Blue) = 192+120+104=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C07868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07868 is #3F8797. Grayscale: #8B8B8B. Windows color (decimal): -4163480 or 6846656. OLE color: 6846656.

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

Color convert

RGB192120104-
CMYK00.380.460.25
HSL10.91º41.12%58.04%-
HSV(B)10.91º45.83%75.29%-
XYZ30.9525.6416.41-
YUV139.7107.85165.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 104 (41.02% from 255) = 25%
R=46.15%
G=28.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212010400.380.460.2510.9141.1258.04
HexC078680262E19b293a
Octal3001701500465631135172
Binary11000000111100011010000100110101110110011011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07868; }

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

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

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

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

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

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

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

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