Html Css Color HEX #946A6C Turkish Rose

📋 copy color: '#946A6C'

red 148 ◦ green 106 ◦ blue 108

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

Shades of Turkish Rose #946A6C

Tints of Turkish Rose #946A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

 BLUE value IS 108 (42.58% from 255) = 29.83%

R = 40.88%
G = 29.28%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#946A6C (or 0x946A6C) is known color: Turkish Rose. HEX triplet: 94, 6A and 6C. RGB value is (148,106,108). Sum of RGB (Red+Green+Blue) = 148+106+108=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A6C is #6B9593. Grayscale: #767676. Windows color (decimal): -7050644 or 7105172. OLE color: 7105172.

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

Color convert

RGB 148 106 108 -
CMYK 0 0.28 0.27 0.42
HSL 357.14º 0.17% 0.5% -
HSV(B) 357.14º 0.28% 0.58% -
XYZ 20.07 17.69 16.54 -
YUV 118.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 148 106 108 0 0.28 0.27 0.42 357.14 0.17 0.5
Hex 94 6A 6C 0 1C 1B 2A 165 11 32
Octal 224 152 154 0 34 33 52 545 21 62
Binary 10010100 1101010 1101100 0 11100 11011 101010 101100101 10001 110010

Color Harmonies of #946A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A6C

Black with #946A6C

Text Example


Text Example

White with #946A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,106,108); }

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

background-color css

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

 a { background-color: rgb(148,106,108); }

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

border-color css

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

 span { border-color: rgb(148,106,108); }

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