#9A4B70

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

Shades of Cadillac #9A4B70

Tints of Cadillac #9A4B70

Color information

#9A4B70 (or 0x9A4B70) is unknown color: approx Cadillac. HEX triplet: 9A, 4B and 70. RGB value is (154,75,112). Sum of RGB (Red+Green+Blue) = 154+75+112=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4B70 is #65B48F. Grayscale: #666666. Windows color (decimal): -6665360 or 7359386. OLE color: 7359386.

HSL color Cylindrical-coordinate representation of color #9A4B70: hue angle of 331.9º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4B70 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15475112-
CMYK00.510.270.40
HSL331.9º34.5%44.9%-
HSV(B)331.9º51.3%60.39%-
XYZ18.7713.0716.86-
YUV102.84133.17164.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.16%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=45.16%
G=21.99%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547511200.510.270.40331.934.544.9
Hex9A4B700331B2814c222d
Octal23211316006333505144255
Binary1001101010010111110000011001111011101000101001100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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