#C3776A

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

Shades of Contessa #C3776A

Tints of Contessa #C3776A

Color information

#C3776A (or 0xC3776A) is unknown color: approx Contessa. HEX triplet: C3, 77 and 6A. RGB value is (195,119,106). Sum of RGB (Red+Green+Blue) = 195+119+106=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3776A is #3C8895. Grayscale: #8C8C8C. Windows color (decimal): -3967126 or 6977475. OLE color: 6977475.

HSL color Cylindrical-coordinate representation of color #C3776A: hue angle of 8.76º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3776A is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195119106-
CMYK00.390.460.24
HSL8.76º42.58%59.02%-
HSV(B)8.76º45.64%76.47%-
XYZ31.725.8416.95-
YUV140.24108.68167.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.43%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=46.43%
G=28.33%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511910600.390.460.248.7642.5859.02
HexC3776A0272E1892b3b
Octal3031671520475630115373
Binary11000011111011111010100100111101110110001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3776A; }

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

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

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

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

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

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

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

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