Html Css Color HEX #957273 Turkish Rose

📋 copy color: '#957273'

red 149 ◦ green 114 ◦ blue 115

#957273
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #957273

Tints of Turkish Rose #957273

RGB

 RED value IS 149 (58.59% from 255) = 39.42%

 GREEN value IS 114 (44.92% from 255) = 30.16%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 39.42%
G = 30.16%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#957273 (or 0x957273) is known color: Turkish Rose. HEX triplet: 95, 72 and 73. RGB value is (149,114,115). Sum of RGB (Red+Green+Blue) = 149+114+115=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #957273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957273 is #6A8D8C. Grayscale: #7C7C7C. Windows color (decimal): -6983053 or 7565973. OLE color: 7565973.

HSL color Cylindrical-coordinate representation of color #957273: hue angle of 358.29º 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 #957273 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 115 -
CMYK 0 0.23 0.23 0.42
HSL 358.29º 0.14% 0.52% -
HSV(B) 358.29º 0.23% 0.58% -
XYZ 21.51 19.66 18.88 -
YUV 124.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 149 114 115 0 0.23 0.23 0.42 358.29 0.14 0.52
Hex 95 72 73 0 17 17 2A 166 E 34
Octal 225 162 163 0 27 27 52 546 16 64
Binary 10010101 1110010 1110011 0 10111 10111 101010 101100110 1110 110100

Color Harmonies of #957273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957273

Black with #957273

Text Example


Text Example

White with #957273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957273; }

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

 H1.HeaderClassName
 {
   color: #957273;
 }
 .AnyTagClassName
 {
   color: #957273;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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