#C0756F

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

Shades of Contessa #C0756F

Tints of Contessa #C0756F

Color information

#C0756F (or 0xC0756F) is unknown color: approx Contessa. HEX triplet: C0, 75 and 6F. RGB value is (192,117,111). Sum of RGB (Red+Green+Blue) = 192+117+111=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0756F is #3F8A90. Grayscale: #8A8A8A. Windows color (decimal): -4164241 or 7304640. OLE color: 7304640.

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

Color convert

RGB192117111-
CMYK00.390.420.25
HSL4.44º39.13%59.41%-
HSV(B)4.44º42.19%75.29%-
XYZ30.9725.0818.25-
YUV138.74112.35165.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=45.71%
G=27.86%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211711100.390.420.254.4439.1359.41
HexC0756F0272A194273b
Octal300165157047523144773
Binary1100000011101011101111010011110101011001100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0756F; }

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

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

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

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

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

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

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

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