#C07062

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

Shades of Contessa #C07062

Tints of Contessa #C07062

Color information

#C07062 (or 0xC07062) is unknown color: approx Contessa. HEX triplet: C0, 70 and 62. RGB value is (192,112,98). Sum of RGB (Red+Green+Blue) = 192+112+98=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07062 is #3F8F9D. Grayscale: #868686. Windows color (decimal): -4165534 or 6451392. OLE color: 6451392.

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

Color convert

RGB19211298-
CMYK00.420.490.25
HSL8.94º42.73%56.86%-
HSV(B)8.94º48.96%75.29%-
XYZ29.7423.6814.56-
YUV134.32107.5169.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 98 (38.67% from 255) = 24.38%
R=47.76%
G=27.86%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921129800.420.490.258.9442.7356.86
HexC0706202A311992b39
Octal3001601420526131115371
Binary11000000111000011000100101010110001110011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07062; }

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

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

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

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

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

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

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

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