#9A4662

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

Shades of Cadillac #9A4662

Tints of Cadillac #9A4662

Color information

#9A4662 (or 0x9A4662) is unknown color: approx Cadillac. HEX triplet: 9A, 46 and 62. RGB value is (154,70,98). Sum of RGB (Red+Green+Blue) = 154+70+98=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4662 is #65B99D. Grayscale: #626262. Windows color (decimal): -6666654 or 6440602. OLE color: 6440602.

HSL color Cylindrical-coordinate representation of color #9A4662: hue angle of 340º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4662 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1547098-
CMYK00.550.360.40
HSL340º37.5%43.92%-
HSV(B)340º54.55%60.39%-
XYZ17.7212.1312.96-
YUV98.31127.83167.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.83%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=47.83%
G=21.74%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154709800.550.360.4034037.543.92
Hex9A46620372428154262c
Octal23210614206744505244654
Binary10011010100011011000100110111100100101000101010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,70,98); }

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

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

 a { background-color: rgb(154,70,98); }

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

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

 span { border-color: rgb(154,70,98); }

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