#9B4464

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

Shades of Cadillac #9B4464

Tints of Cadillac #9B4464

Color information

#9B4464 (or 0x9B4464) is unknown color: approx Cadillac. HEX triplet: 9B, 44 and 64. RGB value is (155,68,100). Sum of RGB (Red+Green+Blue) = 155+68+100=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4464 is #64BB9B. Grayscale: #616161. Windows color (decimal): -6601628 or 6571163. OLE color: 6571163.

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

Color convert

RGB15568100-
CMYK00.560.350.39
HSL337.93º39.01%43.73%-
HSV(B)337.93º56.13%60.78%-
XYZ17.8812.0213.43-
YUV97.66129.32168.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=47.99%
G=21.05%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556810000.560.350.39337.9339.0143.73
Hex9B44640382327152272c
Octal23310414407043475224754
Binary10011011100010011001000111000100011100111101010010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,68,100); }

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

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

 a { background-color: rgb(155,68,100); }

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

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

 span { border-color: rgb(155,68,100); }

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