#9B456E

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

Shades of Cadillac #9B456E

Tints of Cadillac #9B456E

Color information

#9B456E (or 0x9B456E) is unknown color: approx Cadillac. HEX triplet: 9B, 45 and 6E. RGB value is (155,69,110). Sum of RGB (Red+Green+Blue) = 155+69+110=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B456E is #64BA91. Grayscale: #636363. Windows color (decimal): -6601362 or 7226779. OLE color: 7226779.

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

Color convert

RGB15569110-
CMYK00.550.290.39
HSL331.4º38.39%43.92%-
HSV(B)331.4º55.48%60.78%-
XYZ18.4612.3516.16-
YUV99.39133.99167.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=46.41%
G=20.66%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556911000.550.290.39331.438.3943.92
Hex9B456E0371D2714b262c
Octal23310515606735475134654
Binary1001101110001011101110011011111101100111101001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,110); }

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

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

 a { background-color: rgb(155,69,110); }

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

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

 span { border-color: rgb(155,69,110); }

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