Html Css Color HEX #947379 Turkish Rose

📋 copy color: '#947379'

red 148 ◦ green 115 ◦ blue 121

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

Shades of Turkish Rose #947379

Tints of Turkish Rose #947379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 38.54%
G = 29.95%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#947379 (or 0x947379) is known color: Turkish Rose. HEX triplet: 94, 73 and 79. RGB value is (148,115,121). Sum of RGB (Red+Green+Blue) = 148+115+121=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #947379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947379 is #6B8C86. Grayscale: #7D7D7D. Windows color (decimal): -7048327 or 7959444. OLE color: 7959444.

HSL color Cylindrical-coordinate representation of color #947379: hue angle of 349.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947379 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 115 121 -
CMYK 0 0.22 0.18 0.42
HSL 349.09º 0.13% 0.52% -
HSV(B) 349.09º 0.22% 0.58% -
XYZ 21.79 19.94 20.79 -
YUV 125.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 148 115 121 0 0.22 0.18 0.42 349.09 0.13 0.52
Hex 94 73 79 0 16 12 2A 15D D 34
Octal 224 163 171 0 26 22 52 535 15 64
Binary 10010100 1110011 1111001 0 10110 10010 101010 101011101 1101 110100

Color Harmonies of #947379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947379

Black with #947379

Text Example


Text Example

White with #947379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947379; }

 p { color: rgb(148,115,121); }

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

background-color css

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

 a { background-color: rgb(148,115,121); }

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

border-color css

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

 span { border-color: rgb(148,115,121); }

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