#99425E

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

Shades of Cadillac #99425E

Tints of Cadillac #99425E

Color information

#99425E (or 0x99425E) is unknown color: approx Cadillac. HEX triplet: 99, 42 and 5E. RGB value is (153,66,94). Sum of RGB (Red+Green+Blue) = 153+66+94=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99425E is #66BDA1. Grayscale: #5F5F5F. Windows color (decimal): -6733218 or 6177433. OLE color: 6177433.

HSL color Cylindrical-coordinate representation of color #99425E: hue angle of 340.69º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99425E is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1536694-
CMYK00.570.390.4
HSL340.69º39.73%42.94%-
HSV(B)340.69º56.86%60%-
XYZ17.1111.4811.9-
YUV95.21127.32169.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=48.88%
G=21.09%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153669400.570.390.4340.6939.7342.94
Hex99425E0392728155282b
Octal23110213607147505255053
Binary10011001100001010111100111001100111101000101010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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