#994362

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

Shades of Cadillac #994362

Tints of Cadillac #994362

Color information

#994362 (or 0x994362) is unknown color: approx Cadillac. HEX triplet: 99, 43 and 62. RGB value is (153,67,98). Sum of RGB (Red+Green+Blue) = 153+67+98=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #994362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994362 is #66BC9D. Grayscale: #606060. Windows color (decimal): -6732958 or 6439833. OLE color: 6439833.

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

Color convert

RGB1536798-
CMYK00.560.360.4
HSL338.37º39.09%43.14%-
HSV(B)338.37º56.21%60%-
XYZ17.3511.6712.89-
YUV96.25128.99168.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=48.11%
G=21.07%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153679800.560.360.4338.3739.0943.14
Hex9943620382428152272b
Octal23110314207044505224753
Binary10011001100001111000100111000100100101000101010010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994362; }

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

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

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

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

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

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

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

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