#9A4265

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

Shades of Cadillac #9A4265

Tints of Cadillac #9A4265

Color information

#9A4265 (or 0x9A4265) is unknown color: approx Cadillac. HEX triplet: 9A, 42 and 65. RGB value is (154,66,101). Sum of RGB (Red+Green+Blue) = 154+66+101=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4265 is #65BD9A. Grayscale: #606060. Windows color (decimal): -6667675 or 6636186. OLE color: 6636186.

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

Color convert

RGB15466101-
CMYK00.570.340.40
HSL336.14º40%43.14%-
HSV(B)336.14º57.14%60.39%-
XYZ17.6211.7113.64-
YUV96.3130.65169.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.98%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=47.98%
G=20.56%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546610100.570.340.40336.144043.14
Hex9A42650392228150282b
Octal23210214507142505205053
Binary10011010100001011001010111001100010101000101010000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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