#9A4869

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

Shades of Cadillac #9A4869

Tints of Cadillac #9A4869

Color information

#9A4869 (or 0x9A4869) is unknown color: approx Cadillac. HEX triplet: 9A, 48 and 69. RGB value is (154,72,105). Sum of RGB (Red+Green+Blue) = 154+72+105=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4869 is #65B796. Grayscale: #646464. Windows color (decimal): -6666135 or 6899866. OLE color: 6899866.

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

Color convert

RGB15472105-
CMYK00.530.320.40
HSL335.85º36.28%44.31%-
HSV(B)335.85º53.25%60.39%-
XYZ18.1912.5214.82-
YUV100.28130.67166.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=46.53%
G=21.75%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547210500.530.320.40335.8536.2844.31
Hex9A48690352028150242c
Octal23211015106540505204454
Binary10011010100100011010010110101100000101000101010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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