#914466

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

Shades of Cadillac #914466

Tints of Cadillac #914466

Color information

#914466 (or 0x914466) is unknown color: approx Cadillac. HEX triplet: 91, 44 and 66. RGB value is (145,68,102). Sum of RGB (Red+Green+Blue) = 145+68+102=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #914466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914466 is #6EBB99. Grayscale: #5E5E5E. Windows color (decimal): -7256986 or 6702225. OLE color: 6702225.

HSL color Cylindrical-coordinate representation of color #914466: hue angle of 333.51º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #914466 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB14568102-
CMYK00.530.300.43
HSL333.51º36.15%41.76%-
HSV(B)333.51º53.1%56.86%-
XYZ16.1411.1113.86-
YUV94.9132.01163.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=46.03%
G=21.59%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456810200.530.300.43333.5136.1541.76
Hex9144660351E2B14e242a
Octal22110414606536535164452
Binary1001000110001001100110011010111110101011101001110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914466; }

 p { color: rgb(145,68,102); }

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

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

 a { background-color: rgb(145,68,102); }

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

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

 span { border-color: rgb(145,68,102); }

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