#C16A6D

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

Shades of Turkish Rose #C16A6D

Tints of Turkish Rose #C16A6D

Color information

#C16A6D (or 0xC16A6D) is unknown color: approx Turkish Rose. HEX triplet: C1, 6A and 6D. RGB value is (193,106,109). Sum of RGB (Red+Green+Blue) = 193+106+109=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16A6D is #3E9592. Grayscale: #848484. Windows color (decimal): -4101523 or 7170753. OLE color: 7170753.

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

Color convert

RGB193106109-
CMYK00.450.440.24
HSL357.93º41.23%58.63%-
HSV(B)357.93º45.08%75.69%-
XYZ29.9122.7517.28-
YUV132.35114.82171.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=47.30%
G=25.98%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310610900.450.440.24357.9341.2358.63
HexC16A6D02D2C18166293b
Octal30115215505554305465173
Binary1100000111010101101101010110110110011000101100110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A6D; }

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

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

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

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

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

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

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

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