#99465E

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

Shades of Cadillac #99465E

Tints of Cadillac #99465E

Color information

#99465E (or 0x99465E) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 5E. RGB value is (153,70,94). Sum of RGB (Red+Green+Blue) = 153+70+94=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99465E is #66B9A1. Grayscale: #616161. Windows color (decimal): -6732194 or 6178457. OLE color: 6178457.

HSL color Cylindrical-coordinate representation of color #99465E: hue angle of 342.65º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99465E is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1537094-
CMYK00.540.390.4
HSL342.65º37.22%43.73%-
HSV(B)342.65º54.25%60%-
XYZ17.3511.9611.98-
YUV97.55126167.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=48.26%
G=22.08%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153709400.540.390.4342.6537.2243.73
Hex99465E0362728157252c
Octal23110613606647505274554
Binary10011001100011010111100110110100111101000101010111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99465E; }

 p { color: rgb(153,70,94); }

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

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

 a { background-color: rgb(153,70,94); }

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

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

 span { border-color: rgb(153,70,94); }

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