#9B4065

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

Shades of Cadillac #9B4065

Tints of Cadillac #9B4065

Color information

#9B4065 (or 0x9B4065) is unknown color: approx Cadillac. HEX triplet: 9B, 40 and 65. RGB value is (155,64,101). Sum of RGB (Red+Green+Blue) = 155+64+101=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4065 is #64BF9A. Grayscale: #5F5F5F. Windows color (decimal): -6602651 or 6635675. OLE color: 6635675.

HSL color Cylindrical-coordinate representation of color #9B4065: hue angle of 335.6º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4065 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15564101-
CMYK00.590.350.39
HSL335.6º41.55%42.94%-
HSV(B)335.6º58.71%60.78%-
XYZ17.711.5713.61-
YUV95.43131.15170.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=48.44%
G=20%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556410100.590.350.39335.641.5542.94
Hex9B406503B23271502a2b
Octal23310014507343475205253
Binary10011011100000011001010111011100011100111101010000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,101); }

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

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

 a { background-color: rgb(155,64,101); }

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

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

 span { border-color: rgb(155,64,101); }

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