#984678

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

Shades of Cadillac #984678

Tints of Cadillac #984678

Color information

#984678 (or 0x984678) is unknown color: approx Cadillac. HEX triplet: 98, 46 and 78. RGB value is (152,70,120). Sum of RGB (Red+Green+Blue) = 152+70+120=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #984678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984678 is #67B987. Grayscale: #646464. Windows color (decimal): -6797704 or 7882392. OLE color: 7882392.

HSL color Cylindrical-coordinate representation of color #984678: hue angle of 323.41º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984678 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15270120-
CMYK00.540.210.40
HSL323.41º36.94%43.53%-
HSV(B)323.41º53.95%59.61%-
XYZ18.5312.4119.19-
YUV100.22139.17164.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=44.44%
G=20.47%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527012000.540.210.40323.4136.9443.53
Hex9846780361528143252c
Octal23010617006625505034554
Binary1001100010001101111000011011010101101000101000011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984678; }

 p { color: rgb(152,70,120); }

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

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

 a { background-color: rgb(152,70,120); }

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

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

 span { border-color: rgb(152,70,120); }

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