#98425E

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

Shades of Cadillac #98425E

Tints of Cadillac #98425E

Color information

#98425E (or 0x98425E) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 5E. RGB value is (152,66,94). Sum of RGB (Red+Green+Blue) = 152+66+94=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98425E is #67BDA1. Grayscale: #5E5E5E. Windows color (decimal): -6798754 or 6177432. OLE color: 6177432.

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

Color convert

RGB1526694-
CMYK00.570.380.40
HSL340.47º39.45%42.75%-
HSV(B)340.47º56.58%59.61%-
XYZ16.9211.3811.89-
YUV94.91127.49168.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=48.72%
G=21.15%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152669400.570.380.40340.4739.4542.75
Hex98425E0392628154272b
Octal23010213607146505244753
Binary10011000100001010111100111001100110101000101010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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