#9A4767

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

Shades of Cadillac #9A4767

Tints of Cadillac #9A4767

Color information

#9A4767 (or 0x9A4767) is unknown color: approx Cadillac. HEX triplet: 9A, 47 and 67. RGB value is (154,71,103). Sum of RGB (Red+Green+Blue) = 154+71+103=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4767 is #65B898. Grayscale: #636363. Windows color (decimal): -6666393 or 6768538. OLE color: 6768538.

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

Color convert

RGB15471103-
CMYK00.540.330.40
HSL336.87º36.89%44.12%-
HSV(B)336.87º53.9%60.39%-
XYZ18.0312.3614.27-
YUV99.46130166.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=46.95%
G=21.65%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547110300.540.330.40336.8736.8944.12
Hex9A47670362128151252c
Octal23210714706641505214554
Binary10011010100011111001110110110100001101000101010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,71,103); }

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

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

 a { background-color: rgb(154,71,103); }

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

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

 span { border-color: rgb(154,71,103); }

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