#984261

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

Shades of Cadillac #984261

Tints of Cadillac #984261

Color information

#984261 (or 0x984261) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 61. RGB value is (152,66,97). Sum of RGB (Red+Green+Blue) = 152+66+97=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #984261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984261 is #67BD9E. Grayscale: #5F5F5F. Windows color (decimal): -6798751 or 6374040. OLE color: 6374040.

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

Color convert

RGB1526697-
CMYK00.570.360.40
HSL338.37º39.45%42.75%-
HSV(B)338.37º56.58%59.61%-
XYZ17.0511.4312.62-
YUV95.25128.99168.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=48.25%
G=20.95%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152669700.570.360.40338.3739.4542.75
Hex9842610392428152272b
Octal23010214107144505224753
Binary10011000100001011000010111001100100101000101010010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984261; }

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

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

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

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

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

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

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

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