#994470

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

Shades of Cadillac #994470

Tints of Cadillac #994470

Color information

#994470 (or 0x994470) is unknown color: approx Cadillac. HEX triplet: 99, 44 and 70. RGB value is (153,68,112). Sum of RGB (Red+Green+Blue) = 153+68+112=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #994470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994470 is #66BB8F. Grayscale: #626262. Windows color (decimal): -6732688 or 7357593. OLE color: 7357593.

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

Color convert

RGB15368112-
CMYK00.560.270.4
HSL328.94º38.46%43.33%-
HSV(B)328.94º55.56%60%-
XYZ18.1312.0816.7-
YUV98.43135.66166.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=45.95%
G=20.42%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536811200.560.270.4328.9438.4643.33
Hex9944700381B28149262b
Octal23110416007033505114653
Binary1001100110001001110000011100011011101000101001001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994470; }

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

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

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

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

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

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

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

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