#9A4469

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

Shades of Cadillac #9A4469

Tints of Cadillac #9A4469

Color information

#9A4469 (or 0x9A4469) is unknown color: approx Cadillac. HEX triplet: 9A, 44 and 69. RGB value is (154,68,105). Sum of RGB (Red+Green+Blue) = 154+68+105=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4469 is #65BB96. Grayscale: #616161. Windows color (decimal): -6667159 or 6898842. OLE color: 6898842.

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

Color convert

RGB15468105-
CMYK00.560.320.40
HSL334.19º38.74%43.53%-
HSV(B)334.19º55.84%60.39%-
XYZ17.9412.0214.74-
YUV97.93131.99167.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.09%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=47.09%
G=20.80%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546810500.560.320.40334.1938.7443.53
Hex9A4469038202814e272c
Octal23210415107040505164754
Binary10011010100010011010010111000100000101000101001110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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