#9B446D

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

Shades of Cadillac #9B446D

Tints of Cadillac #9B446D

Color information

#9B446D (or 0x9B446D) is unknown color: approx Cadillac. HEX triplet: 9B, 44 and 6D. RGB value is (155,68,109). Sum of RGB (Red+Green+Blue) = 155+68+109=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B446D is #64BB92. Grayscale: #626262. Windows color (decimal): -6601619 or 7160987. OLE color: 7160987.

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

Color convert

RGB15568109-
CMYK00.560.300.39
HSL331.72º39.01%43.73%-
HSV(B)331.72º56.13%60.78%-
XYZ18.3512.2115.86-
YUV98.69133.82168.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=46.69%
G=20.48%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556810900.560.300.39331.7239.0143.73
Hex9B446D0381E2714c272c
Octal23310415507036475144754
Binary1001101110001001101101011100011110100111101001100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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