#C17173

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

Shades of Turkish Rose #C17173

Tints of Turkish Rose #C17173

Color information

#C17173 (or 0xC17173) is unknown color: approx Turkish Rose. HEX triplet: C1, 71 and 73. RGB value is (193,113,115). Sum of RGB (Red+Green+Blue) = 193+113+115=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C17173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17173 is #3E8E8C. Grayscale: #898989. Windows color (decimal): -4099725 or 7565761. OLE color: 7565761.

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

Color convert

RGB193113115-
CMYK00.410.400.24
HSL358.5º39.22%60%-
HSV(B)358.5º41.45%75.69%-
XYZ30.9924.3919.29-
YUV137.15115.5167.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=45.84%
G=26.84%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311311500.410.400.24358.539.2260
HexC171730292818166273c
Octal30116116305150305464774
Binary1100000111100011110011010100110100011000101100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17173; }

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

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

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

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

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

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

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

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