#C16C6E

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

Shades of Turkish Rose #C16C6E

Tints of Turkish Rose #C16C6E

Color information

#C16C6E (or 0xC16C6E) is unknown color: approx Turkish Rose. HEX triplet: C1, 6C and 6E. RGB value is (193,108,110). Sum of RGB (Red+Green+Blue) = 193+108+110=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C6E is #3E9391. Grayscale: #858585. Windows color (decimal): -4101010 or 7236801. OLE color: 7236801.

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

Color convert

RGB193108110-
CMYK00.440.430.24
HSL358.59º40.67%59.02%-
HSV(B)358.59º44.04%75.69%-
XYZ30.1723.1917.64-
YUV133.64114.66170.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=46.96%
G=26.28%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310811000.440.430.24358.5940.6759.02
HexC16C6E02C2B18167293b
Octal30115415605453305475173
Binary1100000111011001101110010110010101111000101100111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C6E; }

 p { color: rgb(193,108,110); }

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

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

 a { background-color: rgb(193,108,110); }

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

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

 span { border-color: rgb(193,108,110); }

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