#9A4570

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

Shades of Cadillac #9A4570

Tints of Cadillac #9A4570

Color information

#9A4570 (or 0x9A4570) is unknown color: approx Cadillac. HEX triplet: 9A, 45 and 70. RGB value is (154,69,112). Sum of RGB (Red+Green+Blue) = 154+69+112=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4570 is #65BA8F. Grayscale: #636363. Windows color (decimal): -6666896 or 7357850. OLE color: 7357850.

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

Color convert

RGB15469112-
CMYK00.550.270.40
HSL329.65º38.12%43.73%-
HSV(B)329.65º55.19%60.39%-
XYZ18.3812.316.73-
YUV99.32135.16167-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=45.97%
G=20.60%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546911200.550.270.40329.6538.1243.73
Hex9A45700371B2814a262c
Octal23210516006733505124654
Binary1001101010001011110000011011111011101000101001010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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