#99446C

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

Shades of Cadillac #99446C

Tints of Cadillac #99446C

Color information

#99446C (or 0x99446C) is unknown color: approx Cadillac. HEX triplet: 99, 44 and 6C. RGB value is (153,68,108). Sum of RGB (Red+Green+Blue) = 153+68+108=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99446C is #66BB93. Grayscale: #616161. Windows color (decimal): -6732692 or 7095449. OLE color: 7095449.

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

Color convert

RGB15368108-
CMYK00.560.290.4
HSL331.76º38.46%43.33%-
HSV(B)331.76º55.56%60%-
XYZ17.9111.9915.56-
YUV97.98133.66167.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=46.50%
G=20.67%
B=32.83%

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
Decimal1536810800.560.290.4331.7638.4643.33
Hex99446C0381D2814c262b
Octal23110415407035505144653
Binary1001100110001001101100011100011101101000101001100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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