#C17074

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

Shades of Turkish Rose #C17074

Tints of Turkish Rose #C17074

Color information

#C17074 (or 0xC17074) is unknown color: approx Turkish Rose. HEX triplet: C1, 70 and 74. RGB value is (193,112,116). Sum of RGB (Red+Green+Blue) = 193+112+116=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C17074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17074 is #3E8F8B. Grayscale: #888888. Windows color (decimal): -4099980 or 7631041. OLE color: 7631041.

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

Color convert

RGB193112116-
CMYK00.420.400.24
HSL357.04º39.51%59.8%-
HSV(B)357.04º41.97%75.69%-
XYZ30.9424.1919.56-
YUV136.67116.34168.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=45.84%
G=26.60%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311211600.420.400.24357.0439.5159.8
HexC1707402A2818165283c
Octal30116016405250305455074
Binary1100000111100001110100010101010100011000101100101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17074; }

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

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

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

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

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

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

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

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