#9B4C58

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

Shades of Cadillac #9B4C58

Tints of Cadillac #9B4C58

Color information

#9B4C58 (or 0x9B4C58) is unknown color: approx Cadillac. HEX triplet: 9B, 4C and 58. RGB value is (155,76,88). Sum of RGB (Red+Green+Blue) = 155+76+88=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4C58 is #64B3A7. Grayscale: #656565. Windows color (decimal): -6599592 or 5786779. OLE color: 5786779.

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

Color convert

RGB1557688-
CMYK00.510.430.39
HSL350.89º34.2%45.29%-
HSV(B)350.89º50.97%60.78%-
XYZ17.8612.8410.77-
YUV100.99120.67166.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=48.59%
G=23.82%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155768800.510.430.39350.8934.245.29
Hex9B4C580332B2715f222d
Octal23311413006353475374255
Binary10011011100110010110000110011101011100111101011111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,88); }

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

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

 a { background-color: rgb(155,76,88); }

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

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

 span { border-color: rgb(155,76,88); }

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