#9A4360

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

Shades of Cadillac #9A4360

Tints of Cadillac #9A4360

Color information

#9A4360 (or 0x9A4360) is unknown color: approx Cadillac. HEX triplet: 9A, 43 and 60. RGB value is (154,67,96). Sum of RGB (Red+Green+Blue) = 154+67+96=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4360 is #65BC9F. Grayscale: #606060. Windows color (decimal): -6667424 or 6308762. OLE color: 6308762.

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

Color convert

RGB1546796-
CMYK00.560.380.40
HSL340º39.37%43.33%-
HSV(B)340º56.49%60.39%-
XYZ17.4411.7312.41-
YUV96.32127.82169.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.58%
GREEN value IS 67 (26.56% from 255) = 21.14%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=48.58%
G=21.14%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154679600.560.380.4034039.3743.33
Hex9A43600382628154272b
Octal23210314007046505244753
Binary10011010100001111000000111000100110101000101010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,67,96); }

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

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

 a { background-color: rgb(154,67,96); }

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

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

 span { border-color: rgb(154,67,96); }

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