Html Css Color HEX #947273 Turkish Rose

📋 copy color: '#947273'

red 148 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #947273

Tints of Turkish Rose #947273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 39.26%
G = 30.24%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#947273 (or 0x947273) is known color: Turkish Rose. HEX triplet: 94, 72 and 73. RGB value is (148,114,115). Sum of RGB (Red+Green+Blue) = 148+114+115=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #947273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947273 is #6B8D8C. Grayscale: #7C7C7C. Windows color (decimal): -7048589 or 7565972. OLE color: 7565972.

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

Color convert

RGB 148 114 115 -
CMYK 0 0.23 0.22 0.42
HSL 358.24º 0.14% 0.51% -
HSV(B) 358.24º 0.23% 0.58% -
XYZ 21.32 19.57 18.87 -
YUV 124.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 148 114 115 0 0.23 0.22 0.42 358.24 0.14 0.51
Hex 94 72 73 0 17 16 2A 166 E 33
Octal 224 162 163 0 27 26 52 546 16 63
Binary 10010100 1110010 1110011 0 10111 10110 101010 101100110 1110 110011

Color Harmonies of #947273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947273

Black with #947273

Text Example


Text Example

White with #947273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947273; }

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

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

background-color css

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

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

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

border-color css

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

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

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