#C16962

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

Shades of Contessa #C16962

Tints of Contessa #C16962

Color information

#C16962 (or 0xC16962) is unknown color: approx Contessa. HEX triplet: C1, 69 and 62. RGB value is (193,105,98). Sum of RGB (Red+Green+Blue) = 193+105+98=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C16962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16962 is #3E969D. Grayscale: #828282. Windows color (decimal): -4101790 or 6449601. OLE color: 6449601.

HSL color Cylindrical-coordinate representation of color #C16962: hue angle of 4.42º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16962 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19310598-
CMYK00.460.490.24
HSL4.42º43.38%57.06%-
HSV(B)4.42º49.22%75.69%-
XYZ29.2522.3214.32-
YUV130.51109.65172.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=48.74%
G=26.52%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931059800.460.490.244.4243.3857.06
HexC1696202E311842b39
Octal301151142056613045371
Binary1100000111010011100010010111011000111000100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16962; }

 p { color: rgb(193,105,98); }

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

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

 a { background-color: rgb(193,105,98); }

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

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

 span { border-color: rgb(193,105,98); }

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