#C16C72

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

Shades of Turkish Rose #C16C72

Tints of Turkish Rose #C16C72

Color information

#C16C72 (or 0xC16C72) is unknown color: approx Turkish Rose. HEX triplet: C1, 6C and 72. RGB value is (193,108,114). Sum of RGB (Red+Green+Blue) = 193+108+114=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C72 is #3E938D. Grayscale: #868686. Windows color (decimal): -4101006 or 7498945. OLE color: 7498945.

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

Color convert

RGB193108114-
CMYK00.440.410.24
HSL355.76º40.67%59.02%-
HSV(B)355.76º44.04%75.69%-
XYZ30.3923.2818.81-
YUV134.1116.66170.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=46.51%
G=26.02%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310811400.440.410.24355.7640.6759.02
HexC16C7202C2918164293b
Octal30115416205451305445173
Binary1100000111011001110010010110010100111000101100100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C72; }

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

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

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

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

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

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

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

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