Html Css Color HEX #947073 Turkish Rose

📋 copy color: '#947073'

red 148 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #947073

Tints of Turkish Rose #947073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 39.47%
G = 29.87%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#947073 (or 0x947073) is known color: Turkish Rose. HEX triplet: 94, 70 and 73. RGB value is (148,112,115). Sum of RGB (Red+Green+Blue) = 148+112+115=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #947073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947073 is #6B8F8C. Grayscale: #7B7B7B. Windows color (decimal): -7049101 or 7565460. OLE color: 7565460.

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

Color convert

RGB 148 112 115 -
CMYK 0 0.24 0.22 0.42
HSL 355º 0.14% 0.51% -
HSV(B) 355º 0.24% 0.58% -
XYZ 21.1 19.12 18.8 -
YUV 123.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 148 112 115 0 0.24 0.22 0.42 355 0.14 0.51
Hex 94 70 73 0 18 16 2A 163 E 33
Octal 224 160 163 0 30 26 52 543 16 63
Binary 10010100 1110000 1110011 0 11000 10110 101010 101100011 1110 110011

Color Harmonies of #947073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947073

Black with #947073

Text Example


Text Example

White with #947073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947073; }

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

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

background-color css

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

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

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

border-color css

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

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

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