#99486D

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

Shades of Cadillac #99486D

Tints of Cadillac #99486D

Color information

#99486D (or 0x99486D) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 6D. RGB value is (153,72,109). Sum of RGB (Red+Green+Blue) = 153+72+109=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99486D is #66B792. Grayscale: #646464. Windows color (decimal): -6731667 or 7162009. OLE color: 7162009.

HSL color Cylindrical-coordinate representation of color #99486D: hue angle of 332.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99486D is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15372109-
CMYK00.530.290.4
HSL332.59º36%44.12%-
HSV(B)332.59º52.94%60%-
XYZ18.2112.5115.92-
YUV100.44132.84165.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=45.81%
G=21.56%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537210900.530.290.4332.593644.12
Hex99486D0351D2814d242c
Octal23111015506535505154454
Binary1001100110010001101101011010111101101000101001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,72,109); }

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

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

 a { background-color: rgb(153,72,109); }

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

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

 span { border-color: rgb(153,72,109); }

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