#934A63

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

Shades of Cadillac #934A63

Tints of Cadillac #934A63

Color information

#934A63 (or 0x934A63) is unknown color: approx Cadillac. HEX triplet: 93, 4A and 63. RGB value is (147,74,99). Sum of RGB (Red+Green+Blue) = 147+74+99=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #934A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934A63 is #6CB59C. Grayscale: #626262. Windows color (decimal): -7124381 or 6507155. OLE color: 6507155.

HSL color Cylindrical-coordinate representation of color #934A63: hue angle of 339.45º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934A63 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB1477499-
CMYK00.500.330.42
HSL339.45º33.03%43.33%-
HSV(B)339.45º49.66%57.65%-
XYZ16.731213.24-
YUV98.68128.18162.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=45.94%
G=23.12%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147749900.500.330.42339.4533.0343.33
Hex934A63032212A153212b
Octal22311214306241525234153
Binary10010011100101011000110110010100001101010101010011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934A63; }

 p { color: rgb(147,74,99); }

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

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

 a { background-color: rgb(147,74,99); }

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

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

 span { border-color: rgb(147,74,99); }

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