#C17374

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

Shades of Turkish Rose #C17374

Tints of Turkish Rose #C17374

Color information

#C17374 (or 0xC17374) is unknown color: approx Turkish Rose. HEX triplet: C1, 73 and 74. RGB value is (193,115,116). Sum of RGB (Red+Green+Blue) = 193+115+116=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C17374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17374 is #3E8C8B. Grayscale: #8A8A8A. Windows color (decimal): -4099212 or 7631809. OLE color: 7631809.

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

Color convert

RGB193115116-
CMYK00.400.400.24
HSL359.23º38.61%60.39%-
HSV(B)359.23º40.41%75.69%-
XYZ31.2824.8619.67-
YUV138.44115.34166.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=45.52%
G=27.12%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311511600.400.400.24359.2338.6160.39
HexC173740282818167273c
Octal30116316405050305474774
Binary1100000111100111110100010100010100011000101100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17374; }

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

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

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

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

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

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

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

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