#9F4B6E

Color #9F4B6E Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9F4B6E

Tints of Cadillac #9F4B6E

Color information

#9F4B6E (or 0x9F4B6E) is unknown color: approx Cadillac. HEX triplet: 9F, 4B and 6E. RGB value is (159,75,110). Sum of RGB (Red+Green+Blue) = 159+75+110=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B6E is #60B491. Grayscale: #686868. Windows color (decimal): -6337682 or 7228319. OLE color: 7228319.

HSL color Cylindrical-coordinate representation of color #9F4B6E: hue angle of 335º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B6E is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15975110-
CMYK00.530.310.38
HSL335º35.9%45.88%-
HSV(B)335º52.83%62.35%-
XYZ19.6313.5316.33-
YUV104.11131.33167.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=46.22%
G=21.80%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597511000.530.310.3833535.945.88
Hex9F4B6E0351F2614f242e
Octal23711315606537465174456
Binary1001111110010111101110011010111111100110101001111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4B6E; }

 p { color: rgb(159,75,110); }

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

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

 a { background-color: rgb(159,75,110); }

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

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

 span { border-color: rgb(159,75,110); }

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