#99465D

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

Shades of Cadillac #99465D

Tints of Cadillac #99465D

Color information

#99465D (or 0x99465D) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 5D. RGB value is (153,70,93). Sum of RGB (Red+Green+Blue) = 153+70+93=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99465D is #66B9A2. Grayscale: #616161. Windows color (decimal): -6732195 or 6112921. OLE color: 6112921.

HSL color Cylindrical-coordinate representation of color #99465D: hue angle of 343.37º 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 #99465D is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1537093-
CMYK00.540.390.4
HSL343.37º37.22%43.73%-
HSV(B)343.37º54.25%60%-
XYZ17.311.9411.75-
YUV97.44125.5167.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=48.42%
G=22.15%
B=29.43%

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
Decimal153709300.540.390.4343.3737.2243.73
Hex99465D0362728157252c
Octal23110613506647505274554
Binary10011001100011010111010110110100111101000101010111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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