#9A475B

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

Shades of Cadillac #9A475B

Tints of Cadillac #9A475B

Color information

#9A475B (or 0x9A475B) is unknown color: approx Cadillac. HEX triplet: 9A, 47 and 5B. RGB value is (154,71,91). Sum of RGB (Red+Green+Blue) = 154+71+91=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A475B is #65B8A4. Grayscale: #626262. Windows color (decimal): -6666405 or 5982106. OLE color: 5982106.

HSL color Cylindrical-coordinate representation of color #9A475B: hue angle of 345.54º 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 #9A475B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1547191-
CMYK00.540.410.40
HSL345.54º36.89%44.12%-
HSV(B)345.54º53.9%60.39%-
XYZ17.4712.1311.32-
YUV98.1124167.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.73%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=48.73%
G=22.47%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154719100.540.410.40345.5436.8944.12
Hex9A475B036292815a252c
Octal23210713306651505324554
Binary10011010100011110110110110110101001101000101011010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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