#9A4875

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

Shades of Cadillac #9A4875

Tints of Cadillac #9A4875

Color information

#9A4875 (or 0x9A4875) is unknown color: approx Cadillac. HEX triplet: 9A, 48 and 75. RGB value is (154,72,117). Sum of RGB (Red+Green+Blue) = 154+72+117=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4875 is #65B78A. Grayscale: #656565. Windows color (decimal): -6666123 or 7686298. OLE color: 7686298.

HSL color Cylindrical-coordinate representation of color #9A4875: hue angle of 327.07º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4875 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB15472117-
CMYK00.530.240.40
HSL327.07º36.28%44.31%-
HSV(B)327.07º53.25%60.39%-
XYZ18.8512.7918.3-
YUV101.65136.67165.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=44.90%
G=20.99%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547211700.530.240.40327.0736.2844.31
Hex9A48750351828147242c
Octal23211016506530505074454
Binary1001101010010001110101011010111000101000101000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,72,117); }

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

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

 a { background-color: rgb(154,72,117); }

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

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

 span { border-color: rgb(154,72,117); }

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