#98445E

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

Shades of Cadillac #98445E

Tints of Cadillac #98445E

Color information

#98445E (or 0x98445E) is unknown color: approx Cadillac. HEX triplet: 98, 44 and 5E. RGB value is (152,68,94). Sum of RGB (Red+Green+Blue) = 152+68+94=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98445E is #67BBA1. Grayscale: #606060. Windows color (decimal): -6798242 or 6177944. OLE color: 6177944.

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

Color convert

RGB1526894-
CMYK00.550.380.40
HSL341.43º38.18%43.14%-
HSV(B)341.43º55.26%59.61%-
XYZ17.0411.6211.93-
YUV96.08126.83167.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=48.41%
G=21.66%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152689400.550.380.40341.4338.1843.14
Hex98445E0372628155262b
Octal23010413606746505254653
Binary10011000100010010111100110111100110101000101010101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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