#98445A

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

Shades of Cadillac #98445A

Tints of Cadillac #98445A

Color information

#98445A (or 0x98445A) is unknown color: approx Cadillac. HEX triplet: 98, 44 and 5A. RGB value is (152,68,90). Sum of RGB (Red+Green+Blue) = 152+68+90=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98445A is #67BBA5. Grayscale: #5F5F5F. Windows color (decimal): -6798246 or 5915800. OLE color: 5915800.

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

Color convert

RGB1526890-
CMYK00.550.410.40
HSL344.29º38.18%43.14%-
HSV(B)344.29º55.26%59.61%-
XYZ16.8611.5511.01-
YUV95.62124.83168.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=49.03%
G=21.94%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152689000.550.410.40344.2938.1843.14
Hex98445A0372928158262b
Octal23010413206751505304653
Binary10011000100010010110100110111101001101000101011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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