Html Css Color HEX #947175 Turkish Rose

📋 copy color: '#947175'

red 148 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #947175

Tints of Turkish Rose #947175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 39.15%
G = 29.89%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#947175 (or 0x947175) is known color: Turkish Rose. HEX triplet: 94, 71 and 75. RGB value is (148,113,117). Sum of RGB (Red+Green+Blue) = 148+113+117=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #947175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947175 is #6B8E8A. Grayscale: #7B7B7B. Windows color (decimal): -7048843 or 7696788. OLE color: 7696788.

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

Color convert

RGB 148 113 117 -
CMYK 0 0.24 0.21 0.42
HSL 353.14º 0.14% 0.51% -
HSV(B) 353.14º 0.24% 0.58% -
XYZ 21.33 19.39 19.45 -
YUV 123.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 148 113 117 0 0.24 0.21 0.42 353.14 0.14 0.51
Hex 94 71 75 0 18 15 2A 161 E 33
Octal 224 161 165 0 30 25 52 541 16 63
Binary 10010100 1110001 1110101 0 11000 10101 101010 101100001 1110 110011

Color Harmonies of #947175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947175

Black with #947175

Text Example


Text Example

White with #947175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947175; }

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

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

background-color css

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

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

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

border-color css

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

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

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