#C1766F

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

Shades of Contessa #C1766F

Tints of Contessa #C1766F

Color information

#C1766F (or 0xC1766F) is unknown color: approx Contessa. HEX triplet: C1, 76 and 6F. RGB value is (193,118,111). Sum of RGB (Red+Green+Blue) = 193+118+111=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1766F is #3E8990. Grayscale: #8B8B8B. Windows color (decimal): -4098449 or 7304897. OLE color: 7304897.

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

Color convert

RGB193118111-
CMYK00.390.420.24
HSL5.12º39.81%59.61%-
HSV(B)5.12º42.49%75.69%-
XYZ31.3425.4418.3-
YUV139.63111.85166.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=45.73%
G=27.96%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311811100.390.420.245.1239.8159.61
HexC1766F0272A185283c
Octal301166157047523055074
Binary1100000111101101101111010011110101011000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1766F; }

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

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

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

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

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

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

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

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