#98405E

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

Shades of Cadillac #98405E

Tints of Cadillac #98405E

Color information

#98405E (or 0x98405E) is unknown color: approx Cadillac. HEX triplet: 98, 40 and 5E. RGB value is (152,64,94). Sum of RGB (Red+Green+Blue) = 152+64+94=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98405E is #67BFA1. Grayscale: #5D5D5D. Windows color (decimal): -6799266 or 6176920. OLE color: 6176920.

HSL color Cylindrical-coordinate representation of color #98405E: hue angle of 339.55º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98405E is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1526494-
CMYK00.580.380.40
HSL339.55º40.74%42.35%-
HSV(B)339.55º57.89%59.61%-
XYZ16.811.1511.86-
YUV93.73128.15169.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=49.03%
G=20.65%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152649400.580.380.40339.5540.7442.35
Hex98405E03A2628154292a
Octal23010013607246505245152
Binary10011000100000010111100111010100110101000101010100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,64,94); }

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

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

 a { background-color: rgb(152,64,94); }

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

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

 span { border-color: rgb(152,64,94); }

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