#98446E

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

Shades of Cadillac #98446E

Tints of Cadillac #98446E

Color information

#98446E (or 0x98446E) is unknown color: approx Cadillac. HEX triplet: 98, 44 and 6E. RGB value is (152,68,110). Sum of RGB (Red+Green+Blue) = 152+68+110=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98446E is #67BB91. Grayscale: #616161. Windows color (decimal): -6798226 or 7226520. OLE color: 7226520.

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

Color convert

RGB15268110-
CMYK00.550.280.40
HSL330º38.18%43.14%-
HSV(B)330º55.26%59.61%-
XYZ17.8311.9416.12-
YUV97.9134.83166.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=46.06%
G=20.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526811000.550.280.4033038.1843.14
Hex98446E0371C2814a262b
Octal23010415606734505124653
Binary1001100010001001101110011011111100101000101001010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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