#98425C

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

Shades of Cadillac #98425C

Tints of Cadillac #98425C

Color information

#98425C (or 0x98425C) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 5C. RGB value is (152,66,92). Sum of RGB (Red+Green+Blue) = 152+66+92=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98425C is #67BDA3. Grayscale: #5E5E5E. Windows color (decimal): -6798756 or 6046360. OLE color: 6046360.

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

Color convert

RGB1526692-
CMYK00.570.390.40
HSL341.86º39.45%42.75%-
HSV(B)341.86º56.58%59.61%-
XYZ16.8311.3411.43-
YUV94.68126.49168.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=49.03%
G=21.29%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152669200.570.390.40341.8639.4542.75
Hex98425C0392728156272b
Octal23010213407147505264753
Binary10011000100001010111000111001100111101000101010110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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