#9A4268

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

Shades of Cadillac #9A4268

Tints of Cadillac #9A4268

Color information

#9A4268 (or 0x9A4268) is unknown color: approx Cadillac. HEX triplet: 9A, 42 and 68. RGB value is (154,66,104). Sum of RGB (Red+Green+Blue) = 154+66+104=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4268 is #65BD97. Grayscale: #606060. Windows color (decimal): -6667672 or 6832794. OLE color: 6832794.

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

Color convert

RGB15466104-
CMYK00.570.320.40
HSL334.09º40%43.14%-
HSV(B)334.09º57.14%60.39%-
XYZ17.7711.7714.43-
YUV96.64132.15168.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.53%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 104 (41.02% from 255) = 32.10%
R=47.53%
G=20.37%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546610400.570.320.40334.094043.14
Hex9A4268039202814e282b
Octal23210215007140505165053
Binary10011010100001011010000111001100000101000101001110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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