#994775

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

Shades of Cadillac #994775

Tints of Cadillac #994775

Color information

#994775 (or 0x994775) is unknown color: approx Cadillac. HEX triplet: 99, 47 and 75. RGB value is (153,71,117). Sum of RGB (Red+Green+Blue) = 153+71+117=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994775 is #66B88A. Grayscale: #646464. Windows color (decimal): -6731915 or 7686041. OLE color: 7686041.

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

Color convert

RGB15371117-
CMYK00.540.240.4
HSL326.34º36.61%43.92%-
HSV(B)326.34º53.59%60%-
XYZ18.612.5618.27-
YUV100.76137.17165.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=44.87%
G=20.82%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537111700.540.240.4326.3436.6143.92
Hex9947750361828146252c
Octal23110716506630505064554
Binary1001100110001111110101011011011000101000101000110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994775; }

 p { color: rgb(153,71,117); }

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

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

 a { background-color: rgb(153,71,117); }

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

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

 span { border-color: rgb(153,71,117); }

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