#C1766A

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

Shades of Contessa #C1766A

Tints of Contessa #C1766A

Color information

#C1766A (or 0xC1766A) is unknown color: approx Contessa. HEX triplet: C1, 76 and 6A. RGB value is (193,118,106). Sum of RGB (Red+Green+Blue) = 193+118+106=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1766A is #3E8995. Grayscale: #8B8B8B. Windows color (decimal): -4098454 or 6977217. OLE color: 6977217.

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

Color convert

RGB193118106-
CMYK00.390.450.24
HSL8.28º41.23%58.63%-
HSV(B)8.28º45.08%75.69%-
XYZ31.0725.3316.89-
YUV139.06109.35166.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=46.28%
G=28.30%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311810600.390.450.248.2841.2358.63
HexC1766A0272D188293b
Octal3011661520475530105173
Binary11000001111011011010100100111101101110001000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1766A; }

 p { color: rgb(193,118,106); }

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

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

 a { background-color: rgb(193,118,106); }

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

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

 span { border-color: rgb(193,118,106); }

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