#C16F6B

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

Shades of Contessa #C16F6B

Tints of Contessa #C16F6B

Color information

#C16F6B (or 0xC16F6B) is unknown color: approx Contessa. HEX triplet: C1, 6F and 6B. RGB value is (193,111,107). Sum of RGB (Red+Green+Blue) = 193+111+107=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F6B is #3E9094. Grayscale: #878787. Windows color (decimal): -4100245 or 7040961. OLE color: 7040961.

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

Color convert

RGB193111107-
CMYK00.420.450.24
HSL2.79º40.95%58.82%-
HSV(B)2.79º44.56%75.69%-
XYZ30.3323.7716.9-
YUV135.06112.17169.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=46.96%
G=27.01%
B=26.03%

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
Decimal19311110700.420.450.242.7940.9558.82
HexC16F6B02A2D183293b
Octal301157153052553035173
Binary110000011101111110101101010101011011100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F6B; }

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

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

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

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

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

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

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

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