#98416E

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

Shades of Cadillac #98416E

Tints of Cadillac #98416E

Color information

#98416E (or 0x98416E) is unknown color: approx Cadillac. HEX triplet: 98, 41 and 6E. RGB value is (152,65,110). Sum of RGB (Red+Green+Blue) = 152+65+110=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98416E is #67BE91. Grayscale: #606060. Windows color (decimal): -6798994 or 7225752. OLE color: 7225752.

HSL color Cylindrical-coordinate representation of color #98416E: hue angle of 328.97º 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 #98416E is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15265110-
CMYK00.570.280.40
HSL328.97º40.09%42.55%-
HSV(B)328.97º57.24%59.61%-
XYZ17.6511.5816.06-
YUV96.14135.82167.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=46.48%
G=19.88%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526511000.570.280.40328.9740.0942.55
Hex98416E0391C28149282b
Octal23010115607134505115053
Binary1001100010000011101110011100111100101000101001001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,65,110); }

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

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

 a { background-color: rgb(152,65,110); }

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

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

 span { border-color: rgb(152,65,110); }

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