#9A426C

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

Shades of Cadillac #9A426C

Tints of Cadillac #9A426C

Color information

#9A426C (or 0x9A426C) is unknown color: approx Cadillac. HEX triplet: 9A, 42 and 6C. RGB value is (154,66,108). Sum of RGB (Red+Green+Blue) = 154+66+108=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A426C is #65BD93. Grayscale: #616161. Windows color (decimal): -6667668 or 7094938. OLE color: 7094938.

HSL color Cylindrical-coordinate representation of color #9A426C: hue angle of 331.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A426C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15466108-
CMYK00.570.300.40
HSL331.36º40%43.14%-
HSV(B)331.36º57.14%60.39%-
XYZ17.9811.8515.53-
YUV97.1134.15168.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=46.95%
G=20.12%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546610800.570.300.40331.364043.14
Hex9A426C0391E2814b282b
Octal23210215407136505135053
Binary1001101010000101101100011100111110101000101001011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,66,108); }

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

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

 a { background-color: rgb(154,66,108); }

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

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

 span { border-color: rgb(154,66,108); }

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