#9B4C70

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

Shades of Cadillac #9B4C70

Tints of Cadillac #9B4C70

Color information

#9B4C70 (or 0x9B4C70) is unknown color: approx Cadillac. HEX triplet: 9B, 4C and 70. RGB value is (155,76,112). Sum of RGB (Red+Green+Blue) = 155+76+112=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4C70 is #64B38F. Grayscale: #676767. Windows color (decimal): -6599568 or 7359643. OLE color: 7359643.

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

Color convert

RGB15576112-
CMYK00.510.280.39
HSL332.66º34.2%45.29%-
HSV(B)332.66º50.97%60.78%-
XYZ19.0313.3116.89-
YUV103.72132.67164.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=45.19%
G=22.16%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557611200.510.280.39332.6634.245.29
Hex9B4C700331C2714d222d
Octal23311416006334475154255
Binary1001101110011001110000011001111100100111101001101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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