#957578

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

Shades of Turkish Rose #957578

Tints of Turkish Rose #957578

Color information

#957578 (or 0x957578) is unknown color: approx Turkish Rose. HEX triplet: 95, 75 and 78. RGB value is (149,117,120). Sum of RGB (Red+Green+Blue) = 149+117+120=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #957578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957578 is #6A8A87. Grayscale: #7E7E7E. Windows color (decimal): -6982280 or 7894421. OLE color: 7894421.

HSL color Cylindrical-coordinate representation of color #957578: hue angle of 354.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957578 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB149117120-
CMYK00.210.190.42
HSL354.38º13.11%52.16%-
HSV(B)354.38º21.48%58.43%-
XYZ22.1520.4720.55-
YUV126.91124.1143.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=38.60%
G=30.31%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911712000.210.190.42354.3813.1152.16
Hex957578015132A162d34
Octal22516517002523525421564
Binary1001010111101011111000010101100111010101011000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957578; }

 p { color: rgb(149,117,120); }

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

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

 a { background-color: rgb(149,117,120); }

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

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

 span { border-color: rgb(149,117,120); }

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