#C1706A

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

Shades of Contessa #C1706A

Tints of Contessa #C1706A

Color information

#C1706A (or 0xC1706A) is unknown color: approx Contessa. HEX triplet: C1, 70 and 6A. RGB value is (193,112,106). Sum of RGB (Red+Green+Blue) = 193+112+106=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1706A is #3E8F95. Grayscale: #878787. Windows color (decimal): -4099990 or 6975681. OLE color: 6975681.

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

Color convert

RGB193112106-
CMYK00.420.450.24
HSL4.14º41.23%58.63%-
HSV(B)4.14º45.08%75.69%-
XYZ30.3923.9716.66-
YUV135.54111.34168.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=46.96%
G=27.25%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311210600.420.450.244.1441.2358.63
HexC1706A02A2D184293b
Octal301160152052553045173
Binary1100000111100001101010010101010110111000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1706A; }

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

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

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

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

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

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

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

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