#90446C

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

Shades of Cadillac #90446C

Tints of Cadillac #90446C

Color information

#90446C (or 0x90446C) is unknown color: approx Cadillac. HEX triplet: 90, 44 and 6C. RGB value is (144,68,108). Sum of RGB (Red+Green+Blue) = 144+68+108=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90446C is #6FBB93. Grayscale: #5F5F5F. Windows color (decimal): -7322516 or 7095440. OLE color: 7095440.

HSL color Cylindrical-coordinate representation of color #90446C: hue angle of 328.42º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90446C is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14468108-
CMYK00.530.250.44
HSL328.42º35.85%41.57%-
HSV(B)328.42º52.78%56.47%-
XYZ16.2811.1515.48-
YUV95.28135.18162.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=45%
G=21.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446810800.530.250.44328.4235.8541.57
Hex90446C035192C148242a
Octal22010415406531545104452
Binary1001000010001001101100011010111001101100101001000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90446C; }

 p { color: rgb(144,68,108); }

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

<style>
 a { background-color: #90446C; }

 a { background-color: rgb(144,68,108); }

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

<style>
 span { border-color: #90446C; }

 span { border-color: rgb(144,68,108); }

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