#C0756E

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

Shades of Contessa #C0756E

Tints of Contessa #C0756E

Color information

#C0756E (or 0xC0756E) is unknown color: approx Contessa. HEX triplet: C0, 75 and 6E. RGB value is (192,117,110). Sum of RGB (Red+Green+Blue) = 192+117+110=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0756E is #3F8A91. Grayscale: #8A8A8A. Windows color (decimal): -4164242 or 7239104. OLE color: 7239104.

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

Color convert

RGB192117110-
CMYK00.390.430.25
HSL5.12º39.42%59.22%-
HSV(B)5.12º42.71%75.29%-
XYZ30.9125.0517.96-
YUV138.63111.85166.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=45.82%
G=27.92%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211711000.390.430.255.1239.4259.22
HexC0756E0272B195273b
Octal300165156047533154773
Binary1100000011101011101110010011110101111001101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0756E; }

 p { color: rgb(192,117,110); }

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

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

 a { background-color: rgb(192,117,110); }

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

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

 span { border-color: rgb(192,117,110); }

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