#9A4562

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

Shades of Cadillac #9A4562

Tints of Cadillac #9A4562

Color information

#9A4562 (or 0x9A4562) is unknown color: approx Cadillac. HEX triplet: 9A, 45 and 62. RGB value is (154,69,98). Sum of RGB (Red+Green+Blue) = 154+69+98=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4562 is #65BA9D. Grayscale: #616161. Windows color (decimal): -6666910 or 6440346. OLE color: 6440346.

HSL color Cylindrical-coordinate representation of color #9A4562: hue angle of 339.53º 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 #9A4562 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1546998-
CMYK00.550.360.40
HSL339.53º38.12%43.73%-
HSV(B)339.53º55.19%60.39%-
XYZ17.6612.0112.94-
YUV97.72128.16168.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.98%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=47.98%
G=21.50%
B=30.53%

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
Decimal154699800.550.360.40339.5338.1243.73
Hex9A45620372428154262c
Octal23210514206744505244654
Binary10011010100010111000100110111100100101000101010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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