#9A446E

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

Shades of Cadillac #9A446E

Tints of Cadillac #9A446E

Color information

#9A446E (or 0x9A446E) is unknown color: approx Cadillac. HEX triplet: 9A, 44 and 6E. RGB value is (154,68,110). Sum of RGB (Red+Green+Blue) = 154+68+110=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A446E is #65BB91. Grayscale: #626262. Windows color (decimal): -6667154 or 7226522. OLE color: 7226522.

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

Color convert

RGB15468110-
CMYK00.560.290.40
HSL330.7º38.74%43.53%-
HSV(B)330.7º55.84%60.39%-
XYZ18.2112.1316.13-
YUV98.5134.49167.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.39%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=46.39%
G=20.48%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546811000.560.290.40330.738.7443.53
Hex9A446E0381D2814b272c
Octal23210415607035505134754
Binary1001101010001001101110011100011101101000101001011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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