#C0746C

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

Shades of Contessa #C0746C

Tints of Contessa #C0746C

Color information

#C0746C (or 0xC0746C) is unknown color: approx Contessa. HEX triplet: C0, 74 and 6C. RGB value is (192,116,108). Sum of RGB (Red+Green+Blue) = 192+116+108=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0746C is #3F8B93. Grayscale: #898989. Windows color (decimal): -4164500 or 7107776. OLE color: 7107776.

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

Color convert

RGB192116108-
CMYK00.400.440.25
HSL5.71º40%58.82%-
HSV(B)5.71º43.75%75.29%-
XYZ30.6924.7817.35-
YUV137.81111.18166.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=46.15%
G=27.88%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211610800.400.440.255.714058.82
HexC0746C0282C196283b
Octal300164154050543165073
Binary1100000011101001101100010100010110011001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0746C; }

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

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

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

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

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

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

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

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