Html Css Color HEX #957274 Turkish Rose

📋 copy color: '#957274'

red 149 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #957274

Tints of Turkish Rose #957274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 39.31%
G = 30.08%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#957274 (or 0x957274) is known color: Turkish Rose. HEX triplet: 95, 72 and 74. RGB value is (149,114,116). Sum of RGB (Red+Green+Blue) = 149+114+116=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #957274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957274 is #6A8D8B. Grayscale: #7C7C7C. Windows color (decimal): -6983052 or 7631509. OLE color: 7631509.

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

Color convert

RGB 149 114 116 -
CMYK 0 0.23 0.22 0.42
HSL 356.57º 0.14% 0.52% -
HSV(B) 356.57º 0.23% 0.58% -
XYZ 21.56 19.69 19.19 -
YUV 124.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 149 114 116 0 0.23 0.22 0.42 356.57 0.14 0.52
Hex 95 72 74 0 17 16 2A 165 E 34
Octal 225 162 164 0 27 26 52 545 16 64
Binary 10010101 1110010 1110100 0 10111 10110 101010 101100101 1110 110100

Color Harmonies of #957274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957274

Black with #957274

Text Example


Text Example

White with #957274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957274; }

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

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

background-color css

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

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

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

border-color css

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

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

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