#994875

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

Shades of Cadillac #994875

Tints of Cadillac #994875

Color information

#994875 (or 0x994875) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 75. RGB value is (153,72,117). Sum of RGB (Red+Green+Blue) = 153+72+117=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #994875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994875 is #66B78A. Grayscale: #656565. Windows color (decimal): -6731659 or 7686297. OLE color: 7686297.

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

Color convert

RGB15372117-
CMYK00.530.240.4
HSL326.67º36%44.12%-
HSV(B)326.67º52.94%60%-
XYZ18.6712.6918.3-
YUV101.35136.84164.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=44.74%
G=21.05%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537211700.530.240.4326.673644.12
Hex9948750351828147242c
Octal23111016506530505074454
Binary1001100110010001110101011010111000101000101000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994875; }

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

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

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

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

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

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

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

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