#944276

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

Shades of Cadillac #944276

Tints of Cadillac #944276

Color information

#944276 (or 0x944276) is unknown color: approx Cadillac. HEX triplet: 94, 42 and 76. RGB value is (148,66,118). Sum of RGB (Red+Green+Blue) = 148+66+118=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #944276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944276 is #6BBD89. Grayscale: #606060. Windows color (decimal): -7060874 or 7750292. OLE color: 7750292.

HSL color Cylindrical-coordinate representation of color #944276: hue angle of 321.95º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944276 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14866118-
CMYK00.550.200.42
HSL321.95º38.32%41.96%-
HSV(B)321.95º55.41%58.04%-
XYZ17.4311.518.44-
YUV96.45140.17164.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=44.58%
G=19.88%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486611800.550.200.42321.9538.3241.96
Hex944276037142A142262a
Octal22410216606724525024652
Binary1001010010000101110110011011110100101010101000010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944276; }

 p { color: rgb(148,66,118); }

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

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

 a { background-color: rgb(148,66,118); }

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

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

 span { border-color: rgb(148,66,118); }

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