#994269

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

Shades of Cadillac #994269

Tints of Cadillac #994269

Color information

#994269 (or 0x994269) is unknown color: approx Cadillac. HEX triplet: 99, 42 and 69. RGB value is (153,66,105). Sum of RGB (Red+Green+Blue) = 153+66+105=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #994269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994269 is #66BD96. Grayscale: #606060. Windows color (decimal): -6733207 or 6898329. OLE color: 6898329.

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

Color convert

RGB15366105-
CMYK00.570.310.4
HSL333.1º39.73%42.94%-
HSV(B)333.1º56.86%60%-
XYZ17.6311.6914.69-
YUV96.46132.82168.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=47.22%
G=20.37%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536610500.570.310.4333.139.7342.94
Hex9942690391F2814d282b
Octal23110215107137505155053
Binary1001100110000101101001011100111111101000101001101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994269; }

 p { color: rgb(153,66,105); }

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

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

 a { background-color: rgb(153,66,105); }

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

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

 span { border-color: rgb(153,66,105); }

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