#C17071

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

Shades of Turkish Rose #C17071

Tints of Turkish Rose #C17071

Color information

#C17071 (or 0xC17071) is unknown color: approx Turkish Rose. HEX triplet: C1, 70 and 71. RGB value is (193,112,113). Sum of RGB (Red+Green+Blue) = 193+112+113=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C17071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17071 is #3E8F8E. Grayscale: #888888. Windows color (decimal): -4099983 or 7434433. OLE color: 7434433.

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

Color convert

RGB193112113-
CMYK00.420.410.24
HSL359.26º39.51%59.8%-
HSV(B)359.26º41.97%75.69%-
XYZ30.7724.1218.66-
YUV136.33114.84168.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=46.17%
G=26.79%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311211300.420.410.24359.2639.5159.8
HexC1707102A2918167283c
Octal30116016105251305475074
Binary1100000111100001110001010101010100111000101100111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17071; }

 p { color: rgb(193,112,113); }

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

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

 a { background-color: rgb(193,112,113); }

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

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

 span { border-color: rgb(193,112,113); }

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