#9A4D6F

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

Shades of Cadillac #9A4D6F

Tints of Cadillac #9A4D6F

Color information

#9A4D6F (or 0x9A4D6F) is unknown color: approx Cadillac. HEX triplet: 9A, 4D and 6F. RGB value is (154,77,111). Sum of RGB (Red+Green+Blue) = 154+77+111=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D6F is #65B290. Grayscale: #676767. Windows color (decimal): -6664849 or 7294362. OLE color: 7294362.

HSL color Cylindrical-coordinate representation of color #9A4D6F: hue angle of 333.51º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D6F is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15477111-
CMYK00.500.280.40
HSL333.51º33.33%45.29%-
HSV(B)333.51º50%60.39%-
XYZ18.8513.3316.62-
YUV103.9132.01163.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=45.03%
G=22.51%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547711100.500.280.40333.5133.3345.29
Hex9A4D6F0321C2814e212d
Octal23211515706234505164155
Binary1001101010011011101111011001011100101000101001110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,77,111); }

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

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

 a { background-color: rgb(154,77,111); }

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

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

 span { border-color: rgb(154,77,111); }

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