#933A6D

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

Shades of Cadillac #933A6D

Tints of Cadillac #933A6D

Color information

#933A6D (or 0x933A6D) is unknown color: approx Cadillac. HEX triplet: 93, 3A and 6D. RGB value is (147,58,109). Sum of RGB (Red+Green+Blue) = 147+58+109=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #933A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933A6D is #6CC592. Grayscale: #5A5A5A. Windows color (decimal): -7128467 or 7158419. OLE color: 7158419.

HSL color Cylindrical-coordinate representation of color #933A6D: hue angle of 325.62º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #933A6D is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14758109-
CMYK00.610.260.42
HSL325.62º43.41%40.2%-
HSV(B)325.62º60.54%57.65%-
XYZ16.3110.3315.6-
YUV90.42138.49168.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.82%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=46.82%
G=18.47%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475810900.610.260.42325.6243.4140.2
Hex933A6D03D1A2A1462b28
Octal2237215507532525065350
Binary100100111110101101101011110111010101010101000110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933A6D; }

 p { color: rgb(147,58,109); }

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

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

 a { background-color: rgb(147,58,109); }

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

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

 span { border-color: rgb(147,58,109); }

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