#9B4862

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

Shades of Cadillac #9B4862

Tints of Cadillac #9B4862

Color information

#9B4862 (or 0x9B4862) is unknown color: approx Cadillac. HEX triplet: 9B, 48 and 62. RGB value is (155,72,98). Sum of RGB (Red+Green+Blue) = 155+72+98=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4862 is #64B79D. Grayscale: #636363. Windows color (decimal): -6600606 or 6441115. OLE color: 6441115.

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

Color convert

RGB1557298-
CMYK00.540.370.39
HSL341.2º36.56%44.51%-
HSV(B)341.2º53.55%60.78%-
XYZ18.0412.4913.01-
YUV99.78127167.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=47.69%
G=22.15%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155729800.540.370.39341.236.5644.51
Hex9B48620362527155252d
Octal23311014206645475254555
Binary10011011100100011000100110110100101100111101010101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,98); }

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

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

 a { background-color: rgb(155,72,98); }

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

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

 span { border-color: rgb(155,72,98); }

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