#9B4D69

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

Shades of Cadillac #9B4D69

Tints of Cadillac #9B4D69

Color information

#9B4D69 (or 0x9B4D69) is unknown color: approx Cadillac. HEX triplet: 9B, 4D and 69. RGB value is (155,77,105). Sum of RGB (Red+Green+Blue) = 155+77+105=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D69 is #64B296. Grayscale: #676767. Windows color (decimal): -6599319 or 6901147. OLE color: 6901147.

HSL color Cylindrical-coordinate representation of color #9B4D69: hue angle of 338.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D69 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB15577105-
CMYK00.500.320.39
HSL338.46º33.62%45.49%-
HSV(B)338.46º50.32%60.78%-
XYZ18.7213.314.94-
YUV103.51128.84164.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=45.99%
G=22.85%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557710500.500.320.39338.4633.6245.49
Hex9B4D690322027152222d
Octal23311515106240475224255
Binary10011011100110111010010110010100000100111101010010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,105); }

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

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

 a { background-color: rgb(155,77,105); }

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

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

 span { border-color: rgb(155,77,105); }

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