#C0776D

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

Shades of Contessa #C0776D

Tints of Contessa #C0776D

Color information

#C0776D (or 0xC0776D) is unknown color: approx Contessa. HEX triplet: C0, 77 and 6D. RGB value is (192,119,109). Sum of RGB (Red+Green+Blue) = 192+119+109=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0776D is #3F8892. Grayscale: #8B8B8B. Windows color (decimal): -4163731 or 7174080. OLE color: 7174080.

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

Color convert

RGB192119109-
CMYK00.380.430.25
HSL7.23º39.71%59.02%-
HSV(B)7.23º43.23%75.29%-
XYZ31.125.517.75-
YUV139.69110.68165.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=45.71%
G=28.33%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211910900.380.430.257.2339.7159.02
HexC0776D0262B197283b
Octal300167155046533175073
Binary1100000011101111101101010011010101111001111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0776D; }

 p { color: rgb(192,119,109); }

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

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

 a { background-color: rgb(192,119,109); }

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

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

 span { border-color: rgb(192,119,109); }

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