#9B4D68

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

Shades of Cadillac #9B4D68

Tints of Cadillac #9B4D68

Color information

#9B4D68 (or 0x9B4D68) is unknown color: approx Cadillac. HEX triplet: 9B, 4D and 68. RGB value is (155,77,104). Sum of RGB (Red+Green+Blue) = 155+77+104=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D68 is #64B297. Grayscale: #676767. Windows color (decimal): -6599320 or 6835611. OLE color: 6835611.

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

Color convert

RGB15577104-
CMYK00.500.330.39
HSL339.23º33.62%45.49%-
HSV(B)339.23º50.32%60.78%-
XYZ18.6713.2814.68-
YUV103.4128.34164.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=46.13%
G=22.92%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557710400.500.330.39339.2333.6245.49
Hex9B4D680322127153222d
Octal23311515006241475234255
Binary10011011100110111010000110010100001100111101010011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,104); }

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

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

 a { background-color: rgb(155,77,104); }

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

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

 span { border-color: rgb(155,77,104); }

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