#9B4E6D

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

Shades of Cadillac #9B4E6D

Tints of Cadillac #9B4E6D

Color information

#9B4E6D (or 0x9B4E6D) is unknown color: approx Cadillac. HEX triplet: 9B, 4E and 6D. RGB value is (155,78,109). Sum of RGB (Red+Green+Blue) = 155+78+109=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E6D is #64B192. Grayscale: #686868. Windows color (decimal): -6599059 or 7163547. OLE color: 7163547.

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

Color convert

RGB15578109-
CMYK00.500.300.39
HSL335.84º33.05%45.69%-
HSV(B)335.84º49.68%60.78%-
XYZ1913.5216.08-
YUV104.56130.51163.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=45.32%
G=22.81%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557810900.500.300.39335.8433.0545.69
Hex9B4E6D0321E27150212e
Octal23311615506236475204156
Binary1001101110011101101101011001011110100111101010000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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