#933C6A

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

Shades of Cadillac #933C6A

Tints of Cadillac #933C6A

Color information

#933C6A (or 0x933C6A) is unknown color: approx Cadillac. HEX triplet: 93, 3C and 6A. RGB value is (147,60,106). Sum of RGB (Red+Green+Blue) = 147+60+106=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #933C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933C6A is #6CC395. Grayscale: #5B5B5B. Windows color (decimal): -7127958 or 6962323. OLE color: 6962323.

HSL color Cylindrical-coordinate representation of color #933C6A: hue angle of 328.28º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #933C6A is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14760106-
CMYK00.590.280.42
HSL328.28º42.03%40.59%-
HSV(B)328.28º59.18%57.65%-
XYZ16.2510.4814.8-
YUV91.26136.32167.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=46.96%
G=19.17%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476010600.590.280.42328.2842.0340.59
Hex933C6A03B1C2A1482a29
Octal2237415207334525105251
Binary100100111111001101010011101111100101010101001000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,60,106); }

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

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

 a { background-color: rgb(147,60,106); }

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

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

 span { border-color: rgb(147,60,106); }

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