#9A406B

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

Shades of Cadillac #9A406B

Tints of Cadillac #9A406B

Color information

#9A406B (or 0x9A406B) is unknown color: approx Cadillac. HEX triplet: 9A, 40 and 6B. RGB value is (154,64,107). Sum of RGB (Red+Green+Blue) = 154+64+107=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A406B is #65BF94. Grayscale: #5F5F5F. Windows color (decimal): -6668181 or 7028890. OLE color: 7028890.

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

Color convert

RGB15464107-
CMYK00.580.310.40
HSL331.33º41.28%42.75%-
HSV(B)331.33º58.44%60.39%-
XYZ17.8111.615.21-
YUV95.81134.32169.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.38%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=47.38%
G=19.69%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546410700.580.310.40331.3341.2842.75
Hex9A406B03A1F2814b292b
Octal23210015307237505135153
Binary1001101010000001101011011101011111101000101001011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,64,107); }

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

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

 a { background-color: rgb(154,64,107); }

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

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

 span { border-color: rgb(154,64,107); }

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