#99475E

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

Shades of Cadillac #99475E

Tints of Cadillac #99475E

Color information

#99475E (or 0x99475E) is unknown color: approx Cadillac. HEX triplet: 99, 47 and 5E. RGB value is (153,71,94). Sum of RGB (Red+Green+Blue) = 153+71+94=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99475E is #66B8A1. Grayscale: #626262. Windows color (decimal): -6731938 or 6178713. OLE color: 6178713.

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

Color convert

RGB1537194-
CMYK00.540.390.4
HSL343.17º36.61%43.92%-
HSV(B)343.17º53.59%60%-
XYZ17.4112.0912.01-
YUV98.14125.67167.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=48.11%
G=22.33%
B=29.56%

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
Decimal153719400.540.390.4343.1736.6143.92
Hex99475E0362728157252c
Octal23110713606647505274554
Binary10011001100011110111100110110100111101000101010111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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