#9A4B5F

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

Shades of Cadillac #9A4B5F

Tints of Cadillac #9A4B5F

Color information

#9A4B5F (or 0x9A4B5F) is unknown color: approx Cadillac. HEX triplet: 9A, 4B and 5F. RGB value is (154,75,95). Sum of RGB (Red+Green+Blue) = 154+75+95=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4B5F is #65B4A0. Grayscale: #646464. Windows color (decimal): -6665377 or 6245274. OLE color: 6245274.

HSL color Cylindrical-coordinate representation of color #9A4B5F: hue angle of 344.81º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4B5F is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1547595-
CMYK00.510.380.40
HSL344.81º34.5%44.9%-
HSV(B)344.81º51.3%60.39%-
XYZ17.9112.7312.34-
YUV100.9124.67165.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.53%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=47.53%
G=23.15%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154759500.510.380.40344.8134.544.9
Hex9A4B5F0332628159222d
Octal23211313706346505314255
Binary10011010100101110111110110011100110101000101011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,75,95); }

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

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

 a { background-color: rgb(154,75,95); }

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

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

 span { border-color: rgb(154,75,95); }

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