#9B456F

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

Shades of Cadillac #9B456F

Tints of Cadillac #9B456F

Color information

#9B456F (or 0x9B456F) is unknown color: approx Cadillac. HEX triplet: 9B, 45 and 6F. RGB value is (155,69,111). Sum of RGB (Red+Green+Blue) = 155+69+111=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B456F is #64BA90. Grayscale: #636363. Windows color (decimal): -6601361 or 7292315. OLE color: 7292315.

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

Color convert

RGB15569111-
CMYK00.550.280.39
HSL330.7º38.39%43.92%-
HSV(B)330.7º55.48%60.78%-
XYZ18.5112.3716.45-
YUV99.5134.49167.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=46.27%
G=20.60%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556911100.550.280.39330.738.3943.92
Hex9B456F0371C2714b262c
Octal23310515706734475134654
Binary1001101110001011101111011011111100100111101001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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