#98416F

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

Shades of Cadillac #98416F

Tints of Cadillac #98416F

Color information

#98416F (or 0x98416F) is unknown color: approx Cadillac. HEX triplet: 98, 41 and 6F. RGB value is (152,65,111). Sum of RGB (Red+Green+Blue) = 152+65+111=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98416F is #67BE90. Grayscale: #606060. Windows color (decimal): -6798993 or 7291288. OLE color: 7291288.

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

Color convert

RGB15265111-
CMYK00.570.270.40
HSL328.28º40.09%42.55%-
HSV(B)328.28º57.24%59.61%-
XYZ17.7111.616.35-
YUV96.26136.32167.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=46.34%
G=19.82%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526511100.570.270.40328.2840.0942.55
Hex98416F0391B28148282b
Octal23010115707133505105053
Binary1001100010000011101111011100111011101000101001000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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