#9B455A

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

Shades of Cadillac #9B455A

Tints of Cadillac #9B455A

Color information

#9B455A (or 0x9B455A) is unknown color: approx Cadillac. HEX triplet: 9B, 45 and 5A. RGB value is (155,69,90). Sum of RGB (Red+Green+Blue) = 155+69+90=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B455A is #64BAA5. Grayscale: #616161. Windows color (decimal): -6601382 or 5916059. OLE color: 5916059.

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

Color convert

RGB1556990-
CMYK00.550.420.39
HSL345.35º38.39%43.92%-
HSV(B)345.35º55.48%60.78%-
XYZ17.4911.9611.06-
YUV97.11123.99169.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=49.36%
G=21.97%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155699000.550.420.39345.3538.3943.92
Hex9B455A0372A27159262c
Octal23310513206752475314654
Binary10011011100010110110100110111101010100111101011001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,90); }

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

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

 a { background-color: rgb(155,69,90); }

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

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

 span { border-color: rgb(155,69,90); }

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