#99446D

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

Shades of Cadillac #99446D

Tints of Cadillac #99446D

Color information

#99446D (or 0x99446D) is unknown color: approx Cadillac. HEX triplet: 99, 44 and 6D. RGB value is (153,68,109). Sum of RGB (Red+Green+Blue) = 153+68+109=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99446D is #66BB92. Grayscale: #626262. Windows color (decimal): -6732691 or 7160985. OLE color: 7160985.

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

Color convert

RGB15368109-
CMYK00.560.290.4
HSL331.06º38.46%43.33%-
HSV(B)331.06º55.56%60%-
XYZ17.9612.0115.84-
YUV98.09134.16167.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=46.36%
G=20.61%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536810900.560.290.4331.0638.4643.33
Hex99446D0381D2814b262b
Octal23110415507035505134653
Binary1001100110001001101101011100011101101000101001011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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