#98426C

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

Shades of Cadillac #98426C

Tints of Cadillac #98426C

Color information

#98426C (or 0x98426C) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 6C. RGB value is (152,66,108). Sum of RGB (Red+Green+Blue) = 152+66+108=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98426C is #67BD93. Grayscale: #606060. Windows color (decimal): -6798740 or 7094936. OLE color: 7094936.

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

Color convert

RGB15266108-
CMYK00.570.290.40
HSL330.7º39.45%42.75%-
HSV(B)330.7º56.58%59.61%-
XYZ17.611.6515.51-
YUV96.5134.49167.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=46.63%
G=20.25%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526610800.570.290.40330.739.4542.75
Hex98426C0391D2814b272b
Octal23010215407135505134753
Binary1001100010000101101100011100111101101000101001011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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