#C0746F

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

Shades of Contessa #C0746F

Tints of Contessa #C0746F

Color information

#C0746F (or 0xC0746F) is unknown color: approx Contessa. HEX triplet: C0, 74 and 6F. RGB value is (192,116,111). Sum of RGB (Red+Green+Blue) = 192+116+111=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0746F is #3F8B90. Grayscale: #8A8A8A. Windows color (decimal): -4164497 or 7304384. OLE color: 7304384.

HSL color Cylindrical-coordinate representation of color #C0746F: hue angle of 3.7º 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 #C0746F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB192116111-
CMYK00.400.420.25
HSL3.7º39.13%59.41%-
HSV(B)3.7º42.19%75.29%-
XYZ30.8524.8418.21-
YUV138.15112.68166.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=45.82%
G=27.68%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211611100.400.420.253.739.1359.41
HexC0746F0282A194273b
Octal300164157050523144773
Binary1100000011101001101111010100010101011001100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0746F; }

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

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

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

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

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

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

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

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