#9B456D

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

Shades of Cadillac #9B456D

Tints of Cadillac #9B456D

Color information

#9B456D (or 0x9B456D) is unknown color: approx Cadillac. HEX triplet: 9B, 45 and 6D. RGB value is (155,69,109). Sum of RGB (Red+Green+Blue) = 155+69+109=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B456D is #64BA92. Grayscale: #636363. Windows color (decimal): -6601363 or 7161243. OLE color: 7161243.

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

Color convert

RGB15569109-
CMYK00.550.300.39
HSL332.09º38.39%43.92%-
HSV(B)332.09º55.48%60.78%-
XYZ18.4112.3315.88-
YUV99.27133.49167.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=46.55%
G=20.72%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556910900.550.300.39332.0938.3943.92
Hex9B456D0371E2714c262c
Octal23310515506736475144654
Binary1001101110001011101101011011111110100111101001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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