#9A4E65

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

Shades of Cadillac #9A4E65

Tints of Cadillac #9A4E65

Color information

#9A4E65 (or 0x9A4E65) is unknown color: approx Cadillac. HEX triplet: 9A, 4E and 65. RGB value is (154,78,101). Sum of RGB (Red+Green+Blue) = 154+78+101=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E65 is #65B19A. Grayscale: #676767. Windows color (decimal): -6664603 or 6639258. OLE color: 6639258.

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

Color convert

RGB15478101-
CMYK00.490.340.40
HSL341.84º32.76%45.49%-
HSV(B)341.84º49.35%60.39%-
XYZ18.413.2613.9-
YUV103.35126.68164.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.25%
GREEN value IS 78 (30.86% from 255) = 23.42%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=46.25%
G=23.42%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547810100.490.340.40341.8432.7645.49
Hex9A4E650312228156212d
Octal23211614506142505264155
Binary10011010100111011001010110001100010101000101010110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,78,101); }

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

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

 a { background-color: rgb(154,78,101); }

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

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

 span { border-color: rgb(154,78,101); }

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