#C9776A

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

Shades of Contessa #C9776A

Tints of Contessa #C9776A

Color information

#C9776A (or 0xC9776A) is unknown color: approx Contessa. HEX triplet: C9, 77 and 6A. RGB value is (201,119,106). Sum of RGB (Red+Green+Blue) = 201+119+106=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9776A is #368895. Grayscale: #8E8E8E. Windows color (decimal): -3573910 or 6977481. OLE color: 6977481.

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

Color convert

RGB201119106-
CMYK00.410.470.21
HSL8.21º46.8%60.2%-
HSV(B)8.21º47.26%78.82%-
XYZ33.2926.6517.03-
YUV142.04107.67170.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=47.18%
G=27.93%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111910600.410.470.218.2146.860.2
HexC9776A0292F1582f3c
Octal3111671520515725105774
Binary11001001111011111010100101001101111101011000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9776A; }

 p { color: rgb(201,119,106); }

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

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

 a { background-color: rgb(201,119,106); }

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

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

 span { border-color: rgb(201,119,106); }

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