#994858

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

Shades of Cadillac #994858

Tints of Cadillac #994858

Color information

#994858 (or 0x994858) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 58. RGB value is (153,72,88). Sum of RGB (Red+Green+Blue) = 153+72+88=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #994858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994858 is #66B7A7. Grayscale: #626262. Windows color (decimal): -6731688 or 5785753. OLE color: 5785753.

HSL color Cylindrical-coordinate representation of color #994858: hue angle of 348.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994858 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1537288-
CMYK00.530.420.4
HSL348.15º36%44.12%-
HSV(B)348.15º52.94%60%-
XYZ17.2212.1110.66-
YUV98.04122.34167.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=48.88%
G=23.00%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153728800.530.420.4348.153644.12
Hex9948580352A2815c242c
Octal23111013006552505344454
Binary10011001100100010110000110101101010101000101011100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994858; }

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

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

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

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

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

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

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

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