Html Css Color HEX #947172 Turkish Rose

📋 copy color: '#947172'

red 148 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #947172

Tints of Turkish Rose #947172

RGB

 RED value IS 148 (58.2% from 255) = 39.47%

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 39.47%
G = 30.13%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#947172 (or 0x947172) is known color: Turkish Rose. HEX triplet: 94, 71 and 72. RGB value is (148,113,114). Sum of RGB (Red+Green+Blue) = 148+113+114=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #947172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947172 is #6B8E8D. Grayscale: #7B7B7B. Windows color (decimal): -7048846 or 7500180. OLE color: 7500180.

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

Color convert

RGB 148 113 114 -
CMYK 0 0.24 0.23 0.42
HSL 358.29º 0.14% 0.51% -
HSV(B) 358.29º 0.24% 0.58% -
XYZ 21.16 19.32 18.53 -
YUV 123.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 148 113 114 0 0.24 0.23 0.42 358.29 0.14 0.51
Hex 94 71 72 0 18 17 2A 166 E 33
Octal 224 161 162 0 30 27 52 546 16 63
Binary 10010100 1110001 1110010 0 11000 10111 101010 101100110 1110 110011

Color Harmonies of #947172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947172

Black with #947172

Text Example


Text Example

White with #947172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947172; }

 p { color: rgb(148,113,114); }

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

background-color css

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

 a { background-color: rgb(148,113,114); }

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

border-color css

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

 span { border-color: rgb(148,113,114); }

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