#9B4E62

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

Shades of Cadillac #9B4E62

Tints of Cadillac #9B4E62

Color information

#9B4E62 (or 0x9B4E62) is unknown color: approx Cadillac. HEX triplet: 9B, 4E and 62. RGB value is (155,78,98). Sum of RGB (Red+Green+Blue) = 155+78+98=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E62 is #64B19D. Grayscale: #676767. Windows color (decimal): -6599070 or 6442651. OLE color: 6442651.

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

Color convert

RGB1557898-
CMYK00.500.370.39
HSL344.42º33.05%45.69%-
HSV(B)344.42º49.68%60.78%-
XYZ18.4513.313.15-
YUV103.3125.01164.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=46.83%
G=23.56%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155789800.500.370.39344.4233.0545.69
Hex9B4E620322527158212e
Octal23311614206245475304156
Binary10011011100111011000100110010100101100111101011000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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