#95737A

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

Shades of Turkish Rose #95737A

Tints of Turkish Rose #95737A

Color information

#95737A (or 0x95737A) is unknown color: approx Turkish Rose. HEX triplet: 95, 73 and 7A. RGB value is (149,115,122). Sum of RGB (Red+Green+Blue) = 149+115+122=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95737A is #6A8C85. Grayscale: #7D7D7D. Windows color (decimal): -6982790 or 8024981. OLE color: 8024981.

HSL color Cylindrical-coordinate representation of color #95737A: hue angle of 347.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95737A is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB149115122-
CMYK00.230.180.42
HSL347.65º13.82%51.76%-
HSV(B)347.65º22.82%58.43%-
XYZ22.0420.0621.12-
YUV125.96125.76144.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=38.60%
G=29.79%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911512200.230.180.42347.6513.8251.76
Hex95737A017122A15ce34
Octal22516317202722525341664
Binary1001010111100111111010010111100101010101010111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95737A; }

 p { color: rgb(149,115,122); }

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

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

 a { background-color: rgb(149,115,122); }

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

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

 span { border-color: rgb(149,115,122); }

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