#943F68

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

Shades of Cadillac #943F68

Tints of Cadillac #943F68

Color information

#943F68 (or 0x943F68) is unknown color: approx Cadillac. HEX triplet: 94, 3F and 68. RGB value is (148,63,104). Sum of RGB (Red+Green+Blue) = 148+63+104=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #943F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F68 is #6BC097. Grayscale: #5D5D5D. Windows color (decimal): -7061656 or 6832020. OLE color: 6832020.

HSL color Cylindrical-coordinate representation of color #943F68: hue angle of 331.06º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #943F68 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14863104-
CMYK00.570.300.42
HSL331.06º40.28%41.37%-
HSV(B)331.06º57.43%58.04%-
XYZ16.4910.8514.32-
YUV93.09134.16167.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 63 (25% from 255) = 20%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=46.98%
G=20%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486310400.570.300.42331.0640.2841.37
Hex943F680391E2A14b2829
Octal2247715007136525135051
Binary100101001111111101000011100111110101010101001011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943F68; }

 p { color: rgb(148,63,104); }

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

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

 a { background-color: rgb(148,63,104); }

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

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

 span { border-color: rgb(148,63,104); }

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