#994868

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

Shades of Cadillac #994868

Tints of Cadillac #994868

Color information

#994868 (or 0x994868) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 68. RGB value is (153,72,104). Sum of RGB (Red+Green+Blue) = 153+72+104=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #994868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994868 is #66B797. Grayscale: #636363. Windows color (decimal): -6731672 or 6834329. OLE color: 6834329.

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

Color convert

RGB15372104-
CMYK00.530.320.4
HSL336.3º36%44.12%-
HSV(B)336.3º52.94%60%-
XYZ17.9512.4114.55-
YUV99.87130.34165.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=46.50%
G=21.88%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537210400.530.320.4336.33644.12
Hex9948680352028150242c
Octal23111015006540505204454
Binary10011001100100011010000110101100000101000101010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994868; }

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

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

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

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

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

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

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

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