#984262

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

Shades of Cadillac #984262

Tints of Cadillac #984262

Color information

#984262 (or 0x984262) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 62. RGB value is (152,66,98). Sum of RGB (Red+Green+Blue) = 152+66+98=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #984262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984262 is #67BD9D. Grayscale: #5F5F5F. Windows color (decimal): -6798750 or 6439576. OLE color: 6439576.

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

Color convert

RGB1526698-
CMYK00.570.360.40
HSL337.67º39.45%42.75%-
HSV(B)337.67º56.58%59.61%-
XYZ17.111.4512.86-
YUV95.36129.49168.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=48.10%
G=20.89%
B=31.01%

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
Decimal152669800.570.360.40337.6739.4542.75
Hex9842620392428152272b
Octal23010214207144505224753
Binary10011000100001011000100111001100100101000101010010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984262; }

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

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

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

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

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

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

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

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