#984270

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

Shades of Cadillac #984270

Tints of Cadillac #984270

Color information

#984270 (or 0x984270) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 70. RGB value is (152,66,112). Sum of RGB (Red+Green+Blue) = 152+66+112=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #984270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984270 is #67BD8F. Grayscale: #606060. Windows color (decimal): -6798736 or 7357080. OLE color: 7357080.

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

Color convert

RGB15266112-
CMYK00.570.260.40
HSL327.91º39.45%42.75%-
HSV(B)327.91º56.58%59.61%-
XYZ17.8211.7416.66-
YUV96.96136.49167.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=46.06%
G=20%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526611200.570.260.40327.9139.4542.75
Hex9842700391A28148272b
Octal23010216007132505104753
Binary1001100010000101110000011100111010101000101001000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984270; }

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

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

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

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

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

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

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

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