Html Css Color HEX #947075 Turkish Rose

📋 copy color: '#947075'

red 148 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #947075

Tints of Turkish Rose #947075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

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

R = 39.26%
G = 29.71%
B = 31.03%

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

#947075 (or 0x947075) is known color: Turkish Rose. HEX triplet: 94, 70 and 75. RGB value is (148,112,117). Sum of RGB (Red+Green+Blue) = 148+112+117=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #947075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947075 is #6B8F8A. Grayscale: #7B7B7B. Windows color (decimal): -7049099 or 7696532. OLE color: 7696532.

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

Color convert

RGB 148 112 117 -
CMYK 0 0.24 0.21 0.42
HSL 351.67º 0.14% 0.51% -
HSV(B) 351.67º 0.24% 0.58% -
XYZ 21.22 19.17 19.41 -
YUV 123.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 148 112 117 0 0.24 0.21 0.42 351.67 0.14 0.51
Hex 94 70 75 0 18 15 2A 160 E 33
Octal 224 160 165 0 30 25 52 540 16 63
Binary 10010100 1110000 1110101 0 11000 10101 101010 101100000 1110 110011

Color Harmonies of #947075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947075

Black with #947075

Text Example


Text Example

White with #947075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947075; }

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

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

background-color css

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

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

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

border-color css

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

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

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