Html Css Color HEX #946869 Turkish Rose

📋 copy color: '#946869'

red 148 ◦ green 104 ◦ blue 105

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

Shades of Turkish Rose #946869

Tints of Turkish Rose #946869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 41.46%
G = 29.13%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#946869 (or 0x946869) is known color: Turkish Rose. HEX triplet: 94, 68 and 69. RGB value is (148,104,105). Sum of RGB (Red+Green+Blue) = 148+104+105=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #946869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946869 is #6B9796. Grayscale: #757575. Windows color (decimal): -7051159 or 6908052. OLE color: 6908052.

HSL color Cylindrical-coordinate representation of color #946869: hue angle of 358.64º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946869 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 105 -
CMYK 0 0.30 0.29 0.42
HSL 358.64º 0.17% 0.49% -
HSV(B) 358.64º 0.3% 0.58% -
XYZ 19.71 17.22 15.65 -
YUV 117.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 148 104 105 0 0.30 0.29 0.42 358.64 0.17 0.49
Hex 94 68 69 0 1E 1D 2A 167 11 31
Octal 224 150 151 0 36 35 52 547 21 61
Binary 10010100 1101000 1101001 0 11110 11101 101010 101100111 10001 110001

Color Harmonies of #946869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946869

Black with #946869

Text Example


Text Example

White with #946869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946869; }

 p { color: rgb(148,104,105); }

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

background-color css

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

 a { background-color: rgb(148,104,105); }

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

border-color css

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

 span { border-color: rgb(148,104,105); }

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