#9B466F

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

Shades of Cadillac #9B466F

Tints of Cadillac #9B466F

Color information

#9B466F (or 0x9B466F) is unknown color: approx Cadillac. HEX triplet: 9B, 46 and 6F. RGB value is (155,70,111). Sum of RGB (Red+Green+Blue) = 155+70+111=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B466F is #64B990. Grayscale: #646464. Windows color (decimal): -6601105 or 7292571. OLE color: 7292571.

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

Color convert

RGB15570111-
CMYK00.550.280.39
HSL331.06º37.78%44.12%-
HSV(B)331.06º54.84%60.78%-
XYZ18.5812.516.47-
YUV100.09134.16167.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=46.13%
G=20.83%
B=33.04%

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
Decimal1557011100.550.280.39331.0637.7844.12
Hex9B466F0371C2714b262c
Octal23310615706734475134654
Binary1001101110001101101111011011111100100111101001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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