#994363

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

Shades of Cadillac #994363

Tints of Cadillac #994363

Color information

#994363 (or 0x994363) is unknown color: approx Cadillac. HEX triplet: 99, 43 and 63. RGB value is (153,67,99). Sum of RGB (Red+Green+Blue) = 153+67+99=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #994363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994363 is #66BC9C. Grayscale: #606060. Windows color (decimal): -6732957 or 6505369. OLE color: 6505369.

HSL color Cylindrical-coordinate representation of color #994363: hue angle of 337.67º degrees, saturation: 0.39, 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 #994363 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB1536799-
CMYK00.560.350.4
HSL337.67º39.09%43.14%-
HSV(B)337.67º56.21%60%-
XYZ17.411.6913.14-
YUV96.36129.49168.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 99 (39.06% from 255) = 31.03%
R=47.96%
G=21.00%
B=31.03%

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
Decimal153679900.560.350.4337.6739.0943.14
Hex9943630382328152272b
Octal23110314307043505224753
Binary10011001100001111000110111000100011101000101010010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994363; }

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

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

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

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

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

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

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

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