Html Css Color HEX #946E70 Turkish Rose

📋 copy color: '#946E70'

red 148 ◦ green 110 ◦ blue 112

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

Shades of Turkish Rose #946E70

Tints of Turkish Rose #946E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.73%

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

R = 40%
G = 29.73%
B = 30.27%

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

#946E70 (or 0x946E70) is known color: Turkish Rose. HEX triplet: 94, 6E and 70. RGB value is (148,110,112). Sum of RGB (Red+Green+Blue) = 148+110+112=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #946E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E70 is #6B918F. Grayscale: #797979. Windows color (decimal): -7049616 or 7368340. OLE color: 7368340.

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

Color convert

RGB 148 110 112 -
CMYK 0 0.26 0.24 0.42
HSL 356.84º 0.15% 0.51% -
HSV(B) 356.84º 0.26% 0.58% -
XYZ 20.71 18.62 17.83 -
YUV 121.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 148 110 112 0 0.26 0.24 0.42 356.84 0.15 0.51
Hex 94 6E 70 0 1A 18 2A 165 F 33
Octal 224 156 160 0 32 30 52 545 17 63
Binary 10010100 1101110 1110000 0 11010 11000 101010 101100101 1111 110011

Color Harmonies of #946E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E70

Black with #946E70

Text Example


Text Example

White with #946E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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