#947679

Color #947679 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #947679

Tints of Turkish Rose #947679

Color information

#947679 (or 0x947679) is unknown color: approx Turkish Rose. HEX triplet: 94, 76 and 79. RGB value is (148,118,121). Sum of RGB (Red+Green+Blue) = 148+118+121=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #947679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947679 is #6B8986. Grayscale: #7F7F7F. Windows color (decimal): -7047559 or 7960212. OLE color: 7960212.

HSL color Cylindrical-coordinate representation of color #947679: hue angle of 354º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947679 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148118121-
CMYK00.200.180.42
HSL354º12.3%52.16%-
HSV(B)354º20.27%58.04%-
XYZ22.1420.6320.9-
YUV127.31124.44142.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=38.24%
G=30.49%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811812100.200.180.4235412.352.16
Hex947679014122A162c34
Octal22416617102422525421464
Binary1001010011101101111001010100100101010101011000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947679; }

 p { color: rgb(148,118,121); }

 H1.HeaderClassName
 {
   color: #947679;
 }
 .AnyTagClassName
 {
   color: #947679;
 }
</style>
background-color css

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

 a { background-color: rgb(148,118,121); }

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

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

 span { border-color: rgb(148,118,121); }

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