#C1716B

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

Shades of Contessa #C1716B

Tints of Contessa #C1716B

Color information

#C1716B (or 0xC1716B) is unknown color: approx Contessa. HEX triplet: C1, 71 and 6B. RGB value is (193,113,107). Sum of RGB (Red+Green+Blue) = 193+113+107=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1716B is #3E8E94. Grayscale: #888888. Windows color (decimal): -4099733 or 7041473. OLE color: 7041473.

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

Color convert

RGB193113107-
CMYK00.410.450.24
HSL4.19º40.95%58.82%-
HSV(B)4.19º44.56%75.69%-
XYZ30.5524.2116.97-
YUV136.24111.5168.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=46.73%
G=27.36%
B=25.91%

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
Decimal19311310700.410.450.244.1940.9558.82
HexC1716B0292D184293b
Octal301161153051553045173
Binary1100000111100011101011010100110110111000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1716B; }

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

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

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

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

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

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

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

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