#9A456B

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

Shades of Cadillac #9A456B

Tints of Cadillac #9A456B

Color information

#9A456B (or 0x9A456B) is unknown color: approx Cadillac. HEX triplet: 9A, 45 and 6B. RGB value is (154,69,107). Sum of RGB (Red+Green+Blue) = 154+69+107=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A456B is #65BA94. Grayscale: #626262. Windows color (decimal): -6666901 or 7030170. OLE color: 7030170.

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

Color convert

RGB15469107-
CMYK00.550.310.40
HSL333.18º38.12%43.73%-
HSV(B)333.18º55.19%60.39%-
XYZ18.1112.1915.31-
YUV98.75132.66167.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.67%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=46.67%
G=20.91%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546910700.550.310.40333.1838.1243.73
Hex9A456B0371F2814d262c
Octal23210515306737505154654
Binary1001101010001011101011011011111111101000101001101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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