#C1766B

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

Shades of Contessa #C1766B

Tints of Contessa #C1766B

Color information

#C1766B (or 0xC1766B) is unknown color: approx Contessa. HEX triplet: C1, 76 and 6B. RGB value is (193,118,107). Sum of RGB (Red+Green+Blue) = 193+118+107=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1766B is #3E8994. Grayscale: #8B8B8B. Windows color (decimal): -4098453 or 7042753. OLE color: 7042753.

HSL color Cylindrical-coordinate representation of color #C1766B: hue angle of 7.67º 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 #C1766B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB193118107-
CMYK00.390.450.24
HSL7.67º40.95%58.82%-
HSV(B)7.67º44.56%75.69%-
XYZ31.1225.3617.16-
YUV139.17109.85166.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=46.17%
G=28.23%
B=25.60%

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
Decimal19311810700.390.450.247.6740.9558.82
HexC1766B0272D188293b
Octal3011661530475530105173
Binary11000001111011011010110100111101101110001000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1766B; }

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

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

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

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

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

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

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

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