#C17072

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

Shades of Turkish Rose #C17072

Tints of Turkish Rose #C17072

Color information

#C17072 (or 0xC17072) is unknown color: approx Turkish Rose. HEX triplet: C1, 70 and 72. RGB value is (193,112,114). Sum of RGB (Red+Green+Blue) = 193+112+114=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C17072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17072 is #3E8F8D. Grayscale: #888888. Windows color (decimal): -4099982 or 7499969. OLE color: 7499969.

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

Color convert

RGB193112114-
CMYK00.420.410.24
HSL358.52º39.51%59.8%-
HSV(B)358.52º41.97%75.69%-
XYZ30.8224.1418.95-
YUV136.45115.34168.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=46.06%
G=26.73%
B=27.21%

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
Decimal19311211400.420.410.24358.5239.5159.8
HexC1707202A2918167283c
Octal30116016205251305475074
Binary1100000111100001110010010101010100111000101100111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17072; }

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

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

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

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

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

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

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

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