#9A4472

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

Shades of Cadillac #9A4472

Tints of Cadillac #9A4472

Color information

#9A4472 (or 0x9A4472) is unknown color: approx Cadillac. HEX triplet: 9A, 44 and 72. RGB value is (154,68,114). Sum of RGB (Red+Green+Blue) = 154+68+114=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4472 is #65BB8D. Grayscale: #626262. Windows color (decimal): -6667150 or 7488666. OLE color: 7488666.

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

Color convert

RGB15468114-
CMYK00.560.260.40
HSL327.91º38.74%43.53%-
HSV(B)327.91º55.84%60.39%-
XYZ18.4312.2217.31-
YUV98.96136.49167.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.83%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=45.83%
G=20.24%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546811400.560.260.40327.9138.7443.53
Hex9A44720381A28148272c
Octal23210416207032505104754
Binary1001101010001001110010011100011010101000101001000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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