#C17375

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

Shades of Turkish Rose #C17375

Tints of Turkish Rose #C17375

Color information

#C17375 (or 0xC17375) is unknown color: approx Turkish Rose. HEX triplet: C1, 73 and 75. RGB value is (193,115,117). Sum of RGB (Red+Green+Blue) = 193+115+117=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C17375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17375 is #3E8C8A. Grayscale: #8A8A8A. Windows color (decimal): -4099211 or 7697345. OLE color: 7697345.

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

Color convert

RGB193115117-
CMYK00.400.390.24
HSL358.46º38.61%60.39%-
HSV(B)358.46º40.41%75.69%-
XYZ31.3324.8819.98-
YUV138.55115.84166.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=45.41%
G=27.06%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311511700.400.390.24358.4638.6160.39
HexC173750282718166273c
Octal30116316505047305464774
Binary1100000111100111110101010100010011111000101100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17375; }

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

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

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

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

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

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

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

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