#994865

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

Shades of Cadillac #994865

Tints of Cadillac #994865

Color information

#994865 (or 0x994865) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 65. RGB value is (153,72,101). Sum of RGB (Red+Green+Blue) = 153+72+101=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994865 is #66B79A. Grayscale: #636363. Windows color (decimal): -6731675 or 6637721. OLE color: 6637721.

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

Color convert

RGB15372101-
CMYK00.530.340.4
HSL338.52º36%44.12%-
HSV(B)338.52º52.94%60%-
XYZ17.812.3513.76-
YUV99.52128.84166.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=46.93%
G=22.09%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537210100.530.340.4338.523644.12
Hex9948650352228153242c
Octal23111014506542505234454
Binary10011001100100011001010110101100010101000101010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994865; }

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

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

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

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

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

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

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

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