#994861

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

Shades of Cadillac #994861

Tints of Cadillac #994861

Color information

#994861 (or 0x994861) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 61. RGB value is (153,72,97). Sum of RGB (Red+Green+Blue) = 153+72+97=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #994861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994861 is #66B79E. Grayscale: #636363. Windows color (decimal): -6731679 or 6375577. OLE color: 6375577.

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

Color convert

RGB1537297-
CMYK00.530.370.4
HSL341.48º36%44.12%-
HSV(B)341.48º52.94%60%-
XYZ17.6112.2712.75-
YUV99.07126.84166.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=47.52%
G=22.36%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153729700.530.370.4341.483644.12
Hex9948610352528155242c
Octal23111014106545505254454
Binary10011001100100011000010110101100101101000101010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994861; }

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

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

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

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

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

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

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

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