#99495A

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

Shades of Cadillac #99495A

Tints of Cadillac #99495A

Color information

#99495A (or 0x99495A) is unknown color: approx Cadillac. HEX triplet: 99, 49 and 5A. RGB value is (153,73,90). Sum of RGB (Red+Green+Blue) = 153+73+90=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99495A is #66B6A5. Grayscale: #626262. Windows color (decimal): -6731430 or 5917081. OLE color: 5917081.

HSL color Cylindrical-coordinate representation of color #99495A: hue angle of 347.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99495A is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1537390-
CMYK00.520.410.4
HSL347.25º35.4%44.31%-
HSV(B)347.25º52.29%60%-
XYZ17.3612.2811.13-
YUV98.86123166.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=48.42%
G=23.10%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153739000.520.410.4347.2535.444.31
Hex99495A034292815b232c
Octal23111113206451505334354
Binary10011001100100110110100110100101001101000101011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99495A; }

 p { color: rgb(153,73,90); }

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

<style>
 a { background-color: #99495A; }

 a { background-color: rgb(153,73,90); }

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

<style>
 span { border-color: #99495A; }

 span { border-color: rgb(153,73,90); }

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