#984668

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

Shades of Cadillac #984668

Tints of Cadillac #984668

Color information

#984668 (or 0x984668) is unknown color: approx Cadillac. HEX triplet: 98, 46 and 68. RGB value is (152,70,104). Sum of RGB (Red+Green+Blue) = 152+70+104=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #984668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984668 is #67B997. Grayscale: #626262. Windows color (decimal): -6797720 or 6833816. OLE color: 6833816.

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

Color convert

RGB15270104-
CMYK00.540.320.40
HSL335.12º36.94%43.53%-
HSV(B)335.12º53.95%59.61%-
XYZ17.6412.0614.49-
YUV98.39131.17166.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=46.63%
G=21.47%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527010400.540.320.40335.1236.9443.53
Hex984668036202814f252c
Octal23010615006640505174554
Binary10011000100011011010000110110100000101000101001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984668; }

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

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

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

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

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

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

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

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