#C17273

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

Shades of Turkish Rose #C17273

Tints of Turkish Rose #C17273

Color information

#C17273 (or 0xC17273) is unknown color: approx Turkish Rose. HEX triplet: C1, 72 and 73. RGB value is (193,114,115). Sum of RGB (Red+Green+Blue) = 193+114+115=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C17273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17273 is #3E8D8C. Grayscale: #898989. Windows color (decimal): -4099469 or 7566017. OLE color: 7566017.

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

Color convert

RGB193114115-
CMYK00.410.400.24
HSL359.24º38.92%60.2%-
HSV(B)359.24º40.93%75.69%-
XYZ31.124.6119.33-
YUV137.74115.17167.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=45.73%
G=27.01%
B=27.25%

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
Decimal19311411500.410.400.24359.2438.9260.2
HexC172730292818167273c
Octal30116216305150305474774
Binary1100000111100101110011010100110100011000101100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17273; }

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

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

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

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

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

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

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

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