#994462

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

Shades of Cadillac #994462

Tints of Cadillac #994462

Color information

#994462 (or 0x994462) is unknown color: approx Cadillac. HEX triplet: 99, 44 and 62. RGB value is (153,68,98). Sum of RGB (Red+Green+Blue) = 153+68+98=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #994462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994462 is #66BB9D. Grayscale: #606060. Windows color (decimal): -6732702 or 6440089. OLE color: 6440089.

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

Color convert

RGB1536898-
CMYK00.560.360.4
HSL338.82º38.46%43.33%-
HSV(B)338.82º55.56%60%-
XYZ17.4111.7912.91-
YUV96.84128.66168.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=47.96%
G=21.32%
B=30.72%

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
Decimal153689800.560.360.4338.8238.4643.33
Hex9944620382428153262b
Octal23110414207044505234653
Binary10011001100010011000100111000100100101000101010011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994462; }

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

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

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

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

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

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

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

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