#98425F

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

Shades of Cadillac #98425F

Tints of Cadillac #98425F

Color information

#98425F (or 0x98425F) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 5F. RGB value is (152,66,95). Sum of RGB (Red+Green+Blue) = 152+66+95=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98425F is #67BDA0. Grayscale: #5E5E5E. Windows color (decimal): -6798753 or 6242968. OLE color: 6242968.

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

Color convert

RGB1526695-
CMYK00.570.380.40
HSL339.77º39.45%42.75%-
HSV(B)339.77º56.58%59.61%-
XYZ16.9611.412.13-
YUV95.02127.99168.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=48.56%
G=21.09%
B=30.35%

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
Decimal152669500.570.380.40339.7739.4542.75
Hex98425F0392628154272b
Octal23010213707146505244753
Binary10011000100001010111110111001100110101000101010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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