#9F4D6E

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

Shades of Cadillac #9F4D6E

Tints of Cadillac #9F4D6E

Color information

#9F4D6E (or 0x9F4D6E) is unknown color: approx Cadillac. HEX triplet: 9F, 4D and 6E. RGB value is (159,77,110). Sum of RGB (Red+Green+Blue) = 159+77+110=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D6E is #60B291. Grayscale: #696969. Windows color (decimal): -6337170 or 7228831. OLE color: 7228831.

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

Color convert

RGB15977110-
CMYK00.520.310.38
HSL335.85º34.75%46.27%-
HSV(B)335.85º51.57%62.35%-
XYZ19.7713.816.37-
YUV105.28130.67166.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=45.95%
G=22.25%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597711000.520.310.38335.8534.7546.27
Hex9F4D6E0341F26150232e
Octal23711515606437465204356
Binary1001111110011011101110011010011111100110101010000100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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