#98416A

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

Shades of Cadillac #98416A

Tints of Cadillac #98416A

Color information

#98416A (or 0x98416A) is unknown color: approx Cadillac. HEX triplet: 98, 41 and 6A. RGB value is (152,65,106). Sum of RGB (Red+Green+Blue) = 152+65+106=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98416A is #67BE95. Grayscale: #5F5F5F. Windows color (decimal): -6798998 or 6963608. OLE color: 6963608.

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

Color convert

RGB15265106-
CMYK00.570.300.40
HSL331.72º40.09%42.55%-
HSV(B)331.72º57.24%59.61%-
XYZ17.4411.514.94-
YUV95.69133.82168.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=47.06%
G=20.12%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526510600.570.300.40331.7240.0942.55
Hex98416A0391E2814c282b
Octal23010115207136505145053
Binary1001100010000011101010011100111110101000101001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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