#994463

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

Shades of Cadillac #994463

Tints of Cadillac #994463

Color information

#994463 (or 0x994463) is unknown color: approx Cadillac. HEX triplet: 99, 44 and 63. RGB value is (153,68,99). Sum of RGB (Red+Green+Blue) = 153+68+99=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #994463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994463 is #66BB9C. Grayscale: #606060. Windows color (decimal): -6732701 or 6505625. OLE color: 6505625.

HSL color Cylindrical-coordinate representation of color #994463: hue angle of 338.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994463 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB1536899-
CMYK00.560.350.4
HSL338.12º38.46%43.33%-
HSV(B)338.12º55.56%60%-
XYZ17.4611.8113.16-
YUV96.95129.16167.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=47.81%
G=21.25%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153689900.560.350.4338.1238.4643.33
Hex9944630382328152262b
Octal23110414307043505224653
Binary10011001100010011000110111000100011101000101010010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994463; }

 p { color: rgb(153,68,99); }

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

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

 a { background-color: rgb(153,68,99); }

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

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

 span { border-color: rgb(153,68,99); }

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