#9A4D5C

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

Shades of Cadillac #9A4D5C

Tints of Cadillac #9A4D5C

Color information

#9A4D5C (or 0x9A4D5C) is unknown color: approx Cadillac. HEX triplet: 9A, 4D and 5C. RGB value is (154,77,92). Sum of RGB (Red+Green+Blue) = 154+77+92=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D5C is #65B2A3. Grayscale: #656565. Windows color (decimal): -6664868 or 6049178. OLE color: 6049178.

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

Color convert

RGB1547792-
CMYK00.500.400.40
HSL348.31º33.33%45.29%-
HSV(B)348.31º50%60.39%-
XYZ17.9112.9511.68-
YUV101.73122.51165.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.68%
GREEN value IS 77 (30.47% from 255) = 23.84%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=47.68%
G=23.84%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154779200.500.400.40348.3133.3345.29
Hex9A4D5C032282815c212d
Octal23211513406250505344155
Binary10011010100110110111000110010101000101000101011100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,77,92); }

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

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

 a { background-color: rgb(154,77,92); }

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

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

 span { border-color: rgb(154,77,92); }

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