#99446E

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

Shades of Cadillac #99446E

Tints of Cadillac #99446E

Color information

#99446E (or 0x99446E) is unknown color: approx Cadillac. HEX triplet: 99, 44 and 6E. RGB value is (153,68,110). Sum of RGB (Red+Green+Blue) = 153+68+110=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99446E is #66BB91. Grayscale: #626262. Windows color (decimal): -6732690 or 7226521. OLE color: 7226521.

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

Color convert

RGB15368110-
CMYK00.560.280.4
HSL330.35º38.46%43.33%-
HSV(B)330.35º55.56%60%-
XYZ18.0212.0316.12-
YUV98.2134.66167.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=46.22%
G=20.54%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536811000.560.280.4330.3538.4643.33
Hex99446E0381C2814a262b
Octal23110415607034505124653
Binary1001100110001001101110011100011100101000101001010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99446E; }

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

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

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

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

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

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

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

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