#C07060

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

Shades of Contessa #C07060

Tints of Contessa #C07060

Color information

#C07060 (or 0xC07060) is unknown color: approx Contessa. HEX triplet: C0, 70 and 60. RGB value is (192,112,96). Sum of RGB (Red+Green+Blue) = 192+112+96=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C07060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07060 is #3F8F9F. Grayscale: #868686. Windows color (decimal): -4165536 or 6320320. OLE color: 6320320.

HSL color Cylindrical-coordinate representation of color #C07060: hue angle of 10º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07060 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19211296-
CMYK00.420.500.25
HSL10º43.24%56.47%-
HSV(B)10º50%75.29%-
XYZ29.6423.6414.07-
YUV134.1106.5169.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 96 (37.89% from 255) = 24%
R=48%
G=28%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921129600.420.500.251043.2456.47
HexC0706002A3219a2b38
Octal3001601400526231125370
Binary11000000111000011000000101010110010110011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07060; }

 p { color: rgb(192,112,96); }

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

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

 a { background-color: rgb(192,112,96); }

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

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

 span { border-color: rgb(192,112,96); }

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