#994658

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

Shades of Cadillac #994658

Tints of Cadillac #994658

Color information

#994658 (or 0x994658) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 58. RGB value is (153,70,88). Sum of RGB (Red+Green+Blue) = 153+70+88=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #994658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994658 is #66B9A7. Grayscale: #606060. Windows color (decimal): -6732200 or 5785241. OLE color: 5785241.

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

Color convert

RGB1537088-
CMYK00.540.420.4
HSL346.99º37.22%43.73%-
HSV(B)346.99º54.25%60%-
XYZ17.0911.8610.62-
YUV96.87123168.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=49.20%
G=22.51%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153708800.540.420.4346.9937.2243.73
Hex9946580362A2815b252c
Octal23110613006652505334554
Binary10011001100011010110000110110101010101000101011011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994658; }

 p { color: rgb(153,70,88); }

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

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

 a { background-color: rgb(153,70,88); }

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

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

 span { border-color: rgb(153,70,88); }

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