#C1716A

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

Shades of Contessa #C1716A

Tints of Contessa #C1716A

Color information

#C1716A (or 0xC1716A) is unknown color: approx Contessa. HEX triplet: C1, 71 and 6A. RGB value is (193,113,106). Sum of RGB (Red+Green+Blue) = 193+113+106=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1716A is #3E8E95. Grayscale: #888888. Windows color (decimal): -4099734 or 6975937. OLE color: 6975937.

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

Color convert

RGB193113106-
CMYK00.410.450.24
HSL4.83º41.23%58.63%-
HSV(B)4.83º45.08%75.69%-
XYZ30.524.1916.7-
YUV136.12111168.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=46.84%
G=27.43%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311310600.410.450.244.8341.2358.63
HexC1716A0292D185293b
Octal301161152051553055173
Binary1100000111100011101010010100110110111000101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1716A; }

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

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

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

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

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

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

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

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