#9A4572

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

Shades of Cadillac #9A4572

Tints of Cadillac #9A4572

Color information

#9A4572 (or 0x9A4572) is unknown color: approx Cadillac. HEX triplet: 9A, 45 and 72. RGB value is (154,69,114). Sum of RGB (Red+Green+Blue) = 154+69+114=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4572 is #65BA8D. Grayscale: #636363. Windows color (decimal): -6666894 or 7488922. OLE color: 7488922.

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

Color convert

RGB15469114-
CMYK00.550.260.40
HSL328.24º38.12%43.73%-
HSV(B)328.24º55.19%60.39%-
XYZ18.4912.3417.33-
YUV99.54136.16166.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=45.70%
G=20.47%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546911400.550.260.40328.2438.1243.73
Hex9A45720371A28148262c
Octal23210516206732505104654
Binary1001101010001011110010011011111010101000101001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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