#C1776C

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

Shades of Contessa #C1776C

Tints of Contessa #C1776C

Color information

#C1776C (or 0xC1776C) is unknown color: approx Contessa. HEX triplet: C1, 77 and 6C. RGB value is (193,119,108). Sum of RGB (Red+Green+Blue) = 193+119+108=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1776C is #3E8893. Grayscale: #8B8B8B. Windows color (decimal): -4098196 or 7108545. OLE color: 7108545.

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

Color convert

RGB193119108-
CMYK00.380.440.24
HSL7.76º40.67%59.02%-
HSV(B)7.76º44.04%75.69%-
XYZ31.325.6117.48-
YUV139.87110.02165.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 108 (42.58% from 255) = 25.71%
R=45.95%
G=28.33%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311910800.380.440.247.7640.6759.02
HexC1776C0262C188293b
Octal3011671540465430105173
Binary11000001111011111011000100110101100110001000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1776C; }

 p { color: rgb(193,119,108); }

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

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

 a { background-color: rgb(193,119,108); }

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

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

 span { border-color: rgb(193,119,108); }

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