#914C59

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

Shades of Cadillac #914C59

Tints of Cadillac #914C59

Color information

#914C59 (or 0x914C59) is unknown color: approx Cadillac. HEX triplet: 91, 4C and 59. RGB value is (145,76,89). Sum of RGB (Red+Green+Blue) = 145+76+89=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #914C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C59 is #6EB3A6. Grayscale: #626262. Windows color (decimal): -7254951 or 5852305. OLE color: 5852305.

HSL color Cylindrical-coordinate representation of color #914C59: hue angle of 348.7º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914C59 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB1457689-
CMYK00.480.390.43
HSL348.7º31.22%43.33%-
HSV(B)348.7º47.59%56.86%-
XYZ16.0611.9110.9-
YUV98.11122.86161.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=46.77%
G=24.52%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145768900.480.390.43348.731.2243.33
Hex914C59030272B15d1f2b
Octal22111413106047535353753
Binary1001000110011001011001011000010011110101110101110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914C59; }

 p { color: rgb(145,76,89); }

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

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

 a { background-color: rgb(145,76,89); }

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

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

 span { border-color: rgb(145,76,89); }

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