#9A4460

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

Shades of Cadillac #9A4460

Tints of Cadillac #9A4460

Color information

#9A4460 (or 0x9A4460) is unknown color: approx Cadillac. HEX triplet: 9A, 44 and 60. RGB value is (154,68,96). Sum of RGB (Red+Green+Blue) = 154+68+96=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4460 is #65BB9F. Grayscale: #606060. Windows color (decimal): -6667168 or 6309018. OLE color: 6309018.

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

Color convert

RGB1546896-
CMYK00.560.380.40
HSL340.47º38.74%43.53%-
HSV(B)340.47º55.84%60.39%-
XYZ17.511.8512.43-
YUV96.91127.49168.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.43%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=48.43%
G=21.38%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154689600.560.380.40340.4738.7443.53
Hex9A44600382628154272c
Octal23210414007046505244754
Binary10011010100010011000000111000100110101000101010100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,68,96); }

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

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

 a { background-color: rgb(154,68,96); }

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

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

 span { border-color: rgb(154,68,96); }

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