#99465B

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

Shades of Cadillac #99465B

Tints of Cadillac #99465B

Color information

#99465B (or 0x99465B) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 5B. RGB value is (153,70,91). Sum of RGB (Red+Green+Blue) = 153+70+91=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99465B is #66B9A4. Grayscale: #616161. Windows color (decimal): -6732197 or 5981849. OLE color: 5981849.

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

Color convert

RGB1537091-
CMYK00.540.410.4
HSL344.82º37.22%43.73%-
HSV(B)344.82º54.25%60%-
XYZ17.2211.9111.29-
YUV97.21124.5167.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=48.73%
G=22.29%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153709100.540.410.4344.8237.2243.73
Hex99465B0362928159252c
Octal23110613306651505314554
Binary10011001100011010110110110110101001101000101011001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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