Html Css Color HEX #946D70 Turkish Rose

📋 copy color: '#946D70'

red 148 ◦ green 109 ◦ blue 112

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

Shades of Turkish Rose #946D70

Tints of Turkish Rose #946D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 40.11%
G = 29.54%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946D70 (or 0x946D70) is known color: Turkish Rose. HEX triplet: 94, 6D and 70. RGB value is (148,109,112). Sum of RGB (Red+Green+Blue) = 148+109+112=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #946D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D70 is #6B928F. Grayscale: #797979. Windows color (decimal): -7049872 or 7368084. OLE color: 7368084.

HSL color Cylindrical-coordinate representation of color #946D70: hue angle of 355.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946D70 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 112 -
CMYK 0 0.26 0.24 0.42
HSL 355.38º 0.15% 0.5% -
HSV(B) 355.38º 0.26% 0.58% -
XYZ 20.61 18.4 17.8 -
YUV 121 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 148 109 112 0 0.26 0.24 0.42 355.38 0.15 0.5
Hex 94 6D 70 0 1A 18 2A 163 F 32
Octal 224 155 160 0 32 30 52 543 17 62
Binary 10010100 1101101 1110000 0 11010 11000 101010 101100011 1111 110010

Color Harmonies of #946D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D70

Black with #946D70

Text Example


Text Example

White with #946D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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