#C9746C

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

Shades of Contessa #C9746C

Tints of Contessa #C9746C

Color information

#C9746C (or 0xC9746C) is unknown color: approx Contessa. HEX triplet: C9, 74 and 6C. RGB value is (201,116,108). Sum of RGB (Red+Green+Blue) = 201+116+108=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9746C is #368B93. Grayscale: #8C8C8C. Windows color (decimal): -3574676 or 7107785. OLE color: 7107785.

HSL color Cylindrical-coordinate representation of color #C9746C: hue angle of 5.16º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9746C is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201116108-
CMYK00.420.460.21
HSL5.16º46.27%60.59%-
HSV(B)5.16º46.27%78.82%-
XYZ33.0425.9917.46-
YUV140.5109.66171.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=47.29%
G=27.29%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111610800.420.460.215.1646.2760.59
HexC9746C02A2E1552e3d
Octal311164154052562555675
Binary1100100111101001101100010101010111010101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9746C; }

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

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

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

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

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

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

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

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