#C1756A

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

Shades of Contessa #C1756A

Tints of Contessa #C1756A

Color information

#C1756A (or 0xC1756A) is unknown color: approx Contessa. HEX triplet: C1, 75 and 6A. RGB value is (193,117,106). Sum of RGB (Red+Green+Blue) = 193+117+106=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1756A is #3E8A95. Grayscale: #8A8A8A. Windows color (decimal): -4098710 or 6976961. OLE color: 6976961.

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

Color convert

RGB193117106-
CMYK00.390.450.24
HSL7.59º41.23%58.63%-
HSV(B)7.59º45.08%75.69%-
XYZ30.9625.116.85-
YUV138.47109.68166.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=46.39%
G=28.12%
B=25.48%

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
Decimal19311710600.390.450.247.5941.2358.63
HexC1756A0272D188293b
Octal3011651520475530105173
Binary11000001111010111010100100111101101110001000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1756A; }

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

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

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

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

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

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

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

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